summaryrefslogtreecommitdiffstats
path: root/modules/wu/paths.nix
blob: 2d2ff7b744dab2ad2da7ea61b3b1036f38a8c9de (plain)
1
2
3
4
5
6
7
8
9
10
11
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/wu/nix;
}