This commit is contained in:
@@ -80,9 +80,10 @@
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.stable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
settings.extra-experimental-features = [
|
||||
"flakes"
|
||||
"nix-command"
|
||||
];
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "10.0.1.235";
|
||||
|
||||
Reference in New Issue
Block a user