more code

This commit is contained in:
Harry 2025-01-20 16:35:31 +01:00
parent d9d7ee2ac3
commit 88d798782c

View file

@ -10,4 +10,8 @@ stdenv.mkDerivation {
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
}; };
postInstall = ''
mkdir $out
'';
} }