tv alnus source: overrid nixpkgs ref

This commit is contained in:
tv 2017-07-12 18:01:18 +02:00
parent 1f4ecce80f
commit cf87abf900
2 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,6 @@ with import <stockholm/lib>;
krebs.build = {
host = config.krebs.hosts.alnus;
user = mkForce config.krebs.users.dv;
source.nixpkgs.git.ref = mkForce "9b948ea439ddbaa26740ce35543e7e35d2aa6d18";
};
networking.networkmanager.enable = true;

View File

@ -1,3 +1,4 @@
import <stockholm/tv/source.nix> {
name = "alnus";
override.nixpkgs.git.ref = "9b948ea439ddbaa26740ce35543e7e35d2aa6d18";
}