Skip to content
Snippets Groups Projects
Verified Commit b3f47071 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: debug flake.nix

parent 656f36cc
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
versionAndBuild = pkgs.runCommand "get-version-and-build" {
outputFiles = [ "version" "build" ];
} ''
ls -lah ${versionToolPackage}
ls -lah ${versionToolPackage}/bin/
${versionToolPackage}/bin/version print --git > $out/version
${versionToolPackage}/bin/version build > $out/build
'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment