h: switch to unstable
This commit is contained in:
parent
990db5e67c
commit
1e5371f7e9
@ -117,7 +117,7 @@
|
||||
"${nixos-hardware}/common/pc/laptop/ssd"
|
||||
] "europa";
|
||||
box = buildSys "x86_64-linux" stable [ ] "box";
|
||||
h = buildSys "x86_64-linux" stable [ ] "h";
|
||||
h = buildSys "x86_64-linux" unstable [ ] "h";
|
||||
faf = buildSys "x86_64-linux" stable [ ] "faf";
|
||||
litr = buildSys "x86_64-linux" unstable [ ] "litr";
|
||||
#nerm = buildSys "x86_64-linux" unstable [ ] "nerm";
|
||||
|
@ -15,7 +15,7 @@ let
|
||||
userBase = { openssh.authorizedKeys.keys = pubKeys; };
|
||||
|
||||
in {
|
||||
_module.args.isUnstable = false;
|
||||
_module.args.isUnstable = true;
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
vendorHash = if isUnstable then
|
||||
""
|
||||
"sha256-1zBZREClt8jy0TUXJ1FuBEAJEPQoUcl4DZZ6U2LtRzg="
|
||||
else
|
||||
"sha256-NIAJKq7TiMessqaohkdHy+j/vBKvMsiPgmnaiNAsGeE=";
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
vendorHash = if isUnstable then
|
||||
""
|
||||
"sha256-d8YeLD/BQAB6IC4jvBke9EIKAe+7/MnPgVYztqjU5c4="
|
||||
else
|
||||
"sha256-d8YeLD/BQAB6IC4jvBke9EIKAe+7/MnPgVYztqjU5c4=";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user