m 2 unstable-sources: sources to unstable nixpkgs
This commit is contained in:
parent
dc1bb40c45
commit
506f1c0c38
19
makefu/2configs/unstable-sources.nix
Normal file
19
makefu/2configs/unstable-sources.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
krebs.build.source = {
|
||||
git.nixpkgs = {
|
||||
url = https://github.com/makefu/nixpkgs;
|
||||
rev = "984d33884d63d404ff2da76920b8bc8b15471552";
|
||||
};
|
||||
|
||||
dir.secrets = {
|
||||
host = config.krebs.hosts.pornocauster;
|
||||
path = "/home/makefu/secrets/${config.krebs.build.host.name}/";
|
||||
};
|
||||
dir.stockholm = {
|
||||
host = config.krebs.hosts.pornocauster;
|
||||
path = toString ../.. ;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user