summaryrefslogtreecommitdiffstats
path: root/modules/mu/paths.nix
blob: 1c4ce52a169624bfdd032458b3e45c0679098c6d (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/wu/nix;
}