mirror of
https://github.com/mx42/burrito-gw2-flake.git
synced 2026-01-14 13:49:52 +01:00
feat: wrap burrito exec to cd in its folder (to be able to run ./xml_converter)
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -33,16 +33,7 @@
|
||||
libudev-zero
|
||||
];
|
||||
|
||||
runScript = "${src}/burrito.x86_64";
|
||||
|
||||
# dummy
|
||||
# to see whats I'm getting
|
||||
#installPhase = ''
|
||||
# mkdir -p $out/bin
|
||||
# cp -r $src $out/bin
|
||||
# cp $src/burrito.x86_64 $out/bin/burrito-gw2
|
||||
# chmod +x $out/bin/burrito-gw2
|
||||
#'';
|
||||
runScript = "${self}/script.sh ${src}";
|
||||
};
|
||||
|
||||
devShell.${system} = pkgs.mkShell {
|
||||
|
||||
Reference in New Issue
Block a user