chore(repo): update nixtest

This commit is contained in:
technofab 2025-09-02 13:26:06 +02:00
parent 436e2fde25
commit c4a439b839
No known key found for this signature in database
2 changed files with 3 additions and 6 deletions

View file

@ -16,9 +16,6 @@
${ntlib.helpers.path (with pkgs; [coreutils nix gnused gnugrep jq])}
repo_path=${../.}
dir=$(mktemp -d)
trap "rm -rf $dir" EXIT
cd $dir
cp ${./fixtures/flake_parts}/* .
# import from the absolute path above, is easier than trying to figure out the repo path etc.
sed -i -e "s|@repo_path@|$repo_path|" flake.nix