diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-24 18:49:47 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-24 18:49:47 -0600 |
| commit | ad0d5742383568e96295702ca640fb1303ee71e0 (patch) | |
| tree | c10e983325e548cf2ed4709627b763948413f535 /modules/nix-registry/default.nix | |
| parent | a2fd86d4828870cc030282b419982c6bcce3ac90 (diff) | |
trivionomicon/modules/nix-registry: initial commit
Diffstat (limited to 'modules/nix-registry/default.nix')
| -rw-r--r-- | modules/nix-registry/default.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/nix-registry/default.nix b/modules/nix-registry/default.nix new file mode 100644 index 0000000..8406d88 --- /dev/null +++ b/modules/nix-registry/default.nix @@ -0,0 +1,16 @@ +{ + config, + lib, + pkgs, + doctrine, + flakes, + ... +}: +doctrine.lib.mkModule { + inherit config; + name = "nix-registry"; + hm = ./hm.nix; + options = ./options.nix; + + passthru = {inherit flakes;}; +} |
