summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-12-07 23:48:44 +0000
committerAlyssa Ross <hi@alyssa.is>2022-03-22 21:17:50 +0000
commite36854ec3c026b614d4bce8e45bccf076e814ec7 (patch)
tree854b1393e97c8c669e7829c43ae118ef0b625dc9
parentfe3ce6fb0560aa1931dc63c258f06b5f42ebd689 (diff)
downloadnixpkgs-e36854ec3c026b614d4bce8e45bccf076e814ec7.tar
nixpkgs-e36854ec3c026b614d4bce8e45bccf076e814ec7.tar.gz
nixpkgs-e36854ec3c026b614d4bce8e45bccf076e814ec7.tar.bz2
nixpkgs-e36854ec3c026b614d4bce8e45bccf076e814ec7.tar.lz
nixpkgs-e36854ec3c026b614d4bce8e45bccf076e814ec7.tar.xz
nixpkgs-e36854ec3c026b614d4bce8e45bccf076e814ec7.tar.zst
nixpkgs-e36854ec3c026b614d4bce8e45bccf076e814ec7.zip
[WIP] vmTools.runInLinuxVM: don't mkdir $out
What if $out is a file?

WIP: add a release note since this is breaking, and check uses in nixpkgs
-rw-r--r--pkgs/build-support/vm/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix
index e466ff7ecce..2cb7fce69a9 100644
--- a/pkgs/build-support/vm/default.nix
+++ b/pkgs/build-support/vm/default.nix
@@ -246,8 +246,6 @@ rec {
     ${qemuCommand}
     EOF
 
-    mkdir -p -m 0700 $out
-
     chmod +x ./run-vm
     source ./run-vm