summaryrefslogtreecommitdiffstats
path: root/old/modules/rmdir/paths.nix
blob: f873912fb52bb178c8b104236678ca4e878ffab4 (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 = "4c01e6d91993b6de128795f4fbdd25f6227fb870";
    cache = ../../tmp/git-cache;
  };
  pubkeys.file.url = ../../pubkeys;
  retiolum-hosts.file.url = ../../hosts;
  secrets.file.url = ../../secrets/cd/nix;
}