summaryrefslogtreecommitdiffstats
path: root/old/modules/cd/paths.nix
diff options
context:
space:
mode:
Diffstat (limited to 'old/modules/cd/paths.nix')
-rw-r--r--old/modules/cd/paths.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/modules/cd/paths.nix b/old/modules/cd/paths.nix
new file mode 100644
index 00000000..f873912f
--- /dev/null
+++ b/old/modules/cd/paths.nix
@@ -0,0 +1,12 @@
+{
+ lib.file.url = ../../lib;
+ modules.file.url = ../../modules;
+ nixpkgs.git = {
+ url = https://github.com/NixOS/nixpkgs;
+ rev = "4c01e6d91993b6de128795f4fbdd25f6227fb870";
+ cache = ../../tmp/git-cache;
+ };
+ pubkeys.file.url = ../../pubkeys;
+ retiolum-hosts.file.url = ../../hosts;
+ secrets.file.url = ../../secrets/cd/nix;
+}