This commit is contained in:
41666 2025-05-13 23:24:39 -07:00
parent 7b650f024c
commit f41ee42f6a
3 changed files with 83 additions and 0 deletions

View file

@ -16,6 +16,7 @@
src = ./.;
installPhase = ''
cp -r . $out/
rm -rf $out/.* $out/*.nix $out/*.lock
'';
};
};