1
0

use repo name

This commit is contained in:
stubbfelnewpc
2022-11-01 14:41:18 +00:00
parent fa9d75ba55
commit 495aabf222

View File

@@ -21,7 +21,7 @@
packages = forAllSystems (system:
{
default = nixpkgsFor.${system}.stdenv.mkDerivation {
name = "hello";
name = name;
src = self;
buildPhase = "echo nothing todo";
installPhase = "mkdir -p $out/bin; install -t $out/bin src/hello.sh";