mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more code
This commit is contained in:
parent
d9d7ee2ac3
commit
88d798782c
1 changed files with 4 additions and 0 deletions
|
@ -10,4 +10,8 @@ stdenv.mkDerivation {
|
|||
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
mkdir $out
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue