2015-07-07 04:20:50 +00:00
|
|
|
{
|
|
|
|
lib.file.url = ../../lib;
|
|
|
|
modules.file.url = ../../modules;
|
|
|
|
nixpkgs.git = {
|
|
|
|
url = https://github.com/NixOS/nixpkgs;
|
2015-07-07 17:19:44 +00:00
|
|
|
rev = "4e5e441";
|
2015-07-07 04:20:50 +00:00
|
|
|
cache = ../../tmp/git-cache;
|
|
|
|
};
|
|
|
|
pubkeys.file.url = ../../pubkeys;
|
|
|
|
retiolum-hosts.file.url = ../../hosts;
|
|
|
|
secrets.file.url = ../../secrets/nomic/nix;
|
|
|
|
}
|