13 lines
342 B
Nix
13 lines
342 B
Nix
{
|
|
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;
|
|
}
|