tv alnus source: overrid nixpkgs ref
This commit is contained in:
parent
1f4ecce80f
commit
cf87abf900
@ -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;
|
||||
|
@ -1,3 +1,4 @@
|
||||
import <stockholm/tv/source.nix> {
|
||||
name = "alnus";
|
||||
override.nixpkgs.git.ref = "9b948ea439ddbaa26740ce35543e7e35d2aa6d18";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user