diff options
| author | tv <tv@shackspace.de> | 2015-07-11 19:44:12 +0200 | 
|---|---|---|
| committer | tv <tv@shackspace.de> | 2015-07-11 19:44:12 +0200 | 
| commit | 2bc5c58d85990e483af8fde57ed5f2442351b69c (patch) | |
| tree | 94cd29e6a98f1ce6228104055d0550e318242290 /modules/wu/paths.nix | |
| parent | c5fcda1390afaba71133b2ee6ac1ddd0f559ef8c (diff) | |
move old stuff
Diffstat (limited to 'modules/wu/paths.nix')
| -rw-r--r-- | modules/wu/paths.nix | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/wu/paths.nix b/modules/wu/paths.nix deleted file mode 100644 index 2d2ff7b74..000000000 --- a/modules/wu/paths.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ -  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/wu/nix; -}  | 
