diff options
author | tv <tv@krebsco.de> | 2015-07-07 06:20:50 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-07 06:20:50 +0200 |
commit | cd8370ea4a66a03aeee3daf1ae7b979e4e4e2b97 (patch) | |
tree | e17e97481f49f2beac80b922ba45318e66b09299 /modules/nomic/paths.nix | |
parent | d55f1c09c96f0cceaa84217f5dadb57bec7077ef (diff) |
host nomic: init
Diffstat (limited to 'modules/nomic/paths.nix')
-rw-r--r-- | modules/nomic/paths.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/nomic/paths.nix b/modules/nomic/paths.nix new file mode 100644 index 0000000..a62ef33 --- /dev/null +++ b/modules/nomic/paths.nix @@ -0,0 +1,12 @@ +{ + lib.file.url = ../../lib; + modules.file.url = ../../modules; + nixpkgs.git = { + url = https://github.com/NixOS/nixpkgs; + rev = "e1af50c4c4c0332136283e9231f0a32ac11f2b90"; + cache = ../../tmp/git-cache; + }; + pubkeys.file.url = ../../pubkeys; + retiolum-hosts.file.url = ../../hosts; + secrets.file.url = ../../secrets/nomic/nix; +} |