blob: 153356a7ead4626093ed372f501ffc739462b214 (
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/Lassulus/nixpkgs;
rev = "7ef800430789252dac47f0b67e75a6b9bb616397";
cache = ../../tmp/git-cache;
};
pubkeys.file.url = ../../pubkeys;
retiolum-hosts.file.url = ../../hosts;
secrets.file.url = ../../secrets;
}
|