From 0e3cf4d393fdba9fecd3548f55507f9f2d46aaf5 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 7 Jul 2015 06:20:50 +0200 Subject: host nomic: init --- modules/nomic/paths.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/nomic/paths.nix (limited to 'modules/nomic/paths.nix') 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; +} -- cgit v1.2.3