diff options
author | tv <tv@shackspace.de> | 2015-07-07 06:20:50 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-07 06:20:50 +0200 |
commit | 0e3cf4d393fdba9fecd3548f55507f9f2d46aaf5 (patch) | |
tree | 051da7735a888a3afebee713eee01254554b005b /modules/nomic/paths.nix | |
parent | 36d7524038b4090dc7f734bfc57cc2508dd8e8b4 (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 000000000..a62ef336f --- /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; +} |