mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-11 17:50:08 +01:00
chore(repo): update nixtest
This commit is contained in:
parent
436e2fde25
commit
c4a439b839
2 changed files with 3 additions and 6 deletions
6
nix/repo/flake.lock
generated
6
nix/repo/flake.lock
generated
|
|
@ -37,11 +37,11 @@
|
||||||
"nixtest-lib": {
|
"nixtest-lib": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "lib",
|
"dir": "lib",
|
||||||
"lastModified": 1753957623,
|
"lastModified": 1756812148,
|
||||||
"narHash": "sha256-kdImwKx57N0QL8HPUUb5ADwXFgSjaNOk39b/eKlzyTo=",
|
"narHash": "sha256-0g8KNk4zoLApA51PBHOWqPLRYpprjrQuSzNCjfBQgu8=",
|
||||||
"owner": "TECHNOFAB",
|
"owner": "TECHNOFAB",
|
||||||
"repo": "nixtest",
|
"repo": "nixtest",
|
||||||
"rev": "22b43c9fe83be73c3f0648bbb54bc3c1cf7f96df",
|
"rev": "5741109cc9ec2b6d41b56abd3f5bc51ed7a9a228",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -16,9 +16,6 @@
|
||||||
${ntlib.helpers.path (with pkgs; [coreutils nix gnused gnugrep jq])}
|
${ntlib.helpers.path (with pkgs; [coreutils nix gnused gnugrep jq])}
|
||||||
repo_path=${../.}
|
repo_path=${../.}
|
||||||
|
|
||||||
dir=$(mktemp -d)
|
|
||||||
trap "rm -rf $dir" EXIT
|
|
||||||
cd $dir
|
|
||||||
cp ${./fixtures/flake_parts}/* .
|
cp ${./fixtures/flake_parts}/* .
|
||||||
# import from the absolute path above, is easier than trying to figure out the repo path etc.
|
# 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
|
sed -i -e "s|@repo_path@|$repo_path|" flake.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue