mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-30 19:09:35 +01:00
more code
This commit is contained in:
parent
d9d7ee2ac3
commit
88d798782c
|
@ -10,4 +10,8 @@ stdenv.mkDerivation {
|
|||
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
mkdir $out
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue