tv alnus source: overrid nixpkgs ref
This commit is contained in:
parent
007608f012
commit
cd47613a4d
@ -58,7 +58,6 @@ with import <stockholm/lib>;
|
|||||||
krebs.build = {
|
krebs.build = {
|
||||||
host = config.krebs.hosts.alnus;
|
host = config.krebs.hosts.alnus;
|
||||||
user = mkForce config.krebs.users.dv;
|
user = mkForce config.krebs.users.dv;
|
||||||
source.nixpkgs.git.ref = mkForce "9b948ea439ddbaa26740ce35543e7e35d2aa6d18";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
import <stockholm/tv/source.nix> {
|
import <stockholm/tv/source.nix> {
|
||||||
name = "alnus";
|
name = "alnus";
|
||||||
|
override.nixpkgs.git.ref = "9b948ea439ddbaa26740ce35543e7e35d2aa6d18";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user