This commit is contained in:
2023-06-08 12:36:39 +02:00
parent bde200bd5c
commit 02a414f9cb
3 changed files with 8 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
default = nixpkgsFor.${system}.stdenv.mkDerivation {
name = name;
src = self;
buildPhase = "echo nothing todo";
buildPhase = "makepkg -s";
installPhase = "mkdir -p $out/bin; install -t $out/bin src/patch-manjaro-sway-mirror-for-arm.sh";
};
});