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