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