lass: move nixpkgs.rev to base

This commit is contained in:
lassulus 2015-08-24 15:50:39 +02:00
parent 2db4f7f0af
commit 75aad3ac96
4 changed files with 4 additions and 12 deletions

View File

@ -28,10 +28,6 @@
target = "root@cloudkrebs";
host = config.krebs.hosts.cloudkrebs;
deps = {
nixpkgs = {
url = https://github.com/Lassulus/nixpkgs;
rev = "961fcbabd7643171ea74bd550fee1ce5c13c2e90";
};
secrets = {
url = "/home/lass/secrets/${config.krebs.build.host.name}";
};

View File

@ -29,10 +29,6 @@
target = "root@mors";
host = config.krebs.hosts.mors;
deps = {
nixpkgs = {
url = https://github.com/Lassulus/nixpkgs;
rev = "961fcbabd7643171ea74bd550fee1ce5c13c2e90";
};
secrets = {
url = "/home/lass/secrets/${config.krebs.build.host.name}";
};

View File

@ -28,10 +28,6 @@ with builtins;
target = "root@uriel";
host = config.krebs.hosts.uriel;
deps = {
nixpkgs = {
url = https://github.com/Lassulus/nixpkgs;
rev = "961fcbabd7643171ea74bd550fee1ce5c13c2e90";
};
secrets = {
url = "/home/lass/secrets/${config.krebs.build.host.name}";
};

View File

@ -40,6 +40,10 @@ with lib;
enable = true;
search-domain = "retiolum";
exim-retiolum.enable = true;
build.deps.nixpkgs = {
url = https://github.com/Lassulus/nixpkgs;
rev = "58a82ff50b8605b88a8f66481d8c85bf8ab53be3";
};
};
nix.useChroot = true;