We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d550d commit 1273f38Copy full SHA for 1273f38
nix/cloud/oci-images.nix
@@ -32,6 +32,10 @@ in {
32
nixConf = runCommandNoCC "nix.conf" {} ''
33
mkdir -p $out/etc/nix
34
cat > $out/etc/nix/nix.conf <<'EOF'
35
+ # If /dev/kvm does not actually exist in the container
36
+ # we would rather build without KVM than fail.
37
+ extra-system-features = kvm
38
+
39
experimental-features = nix-command flakes
40
EOF
41
'';
0 commit comments