mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore(flake): update nixtest
This commit is contained in:
parent
df35d61170
commit
69e0f7a419
2 changed files with 5 additions and 6 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -332,16 +332,17 @@
|
||||||
"nixtest": {
|
"nixtest": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "lib",
|
"dir": "lib",
|
||||||
"lastModified": 1748711200,
|
"lastModified": 1748945995,
|
||||||
"narHash": "sha256-1Fx0jDk4ZsLkX3oSHo14OwzsK3sHkc2ykfz4bYqWuGA=",
|
"narHash": "sha256-OWflapMq78nCUT7N0vS/AuK4E8y7p8oh0zjnDioJ4Lw=",
|
||||||
"owner": "technofab",
|
"owner": "technofab",
|
||||||
"repo": "nixtest",
|
"repo": "nixtest",
|
||||||
"rev": "3ff5b358d506473ace2311cd25fb95be0c048997",
|
"rev": "392e8796f386373a36aecd3216925accf2714a1a",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"dir": "lib",
|
"dir": "lib",
|
||||||
"owner": "technofab",
|
"owner": "technofab",
|
||||||
|
"ref": "1.0.0",
|
||||||
"repo": "nixtest",
|
"repo": "nixtest",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,8 @@
|
||||||
systems = import systems;
|
systems = import systems;
|
||||||
flake = {};
|
flake = {};
|
||||||
perSystem = {
|
perSystem = {
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
self',
|
|
||||||
system,
|
system,
|
||||||
...
|
...
|
||||||
}: rec {
|
}: rec {
|
||||||
|
|
@ -287,7 +285,7 @@
|
||||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||||
nix-mkdocs.url = "gitlab:technofab/nixmkdocs?dir=lib";
|
nix-mkdocs.url = "gitlab:technofab/nixmkdocs?dir=lib";
|
||||||
mkdocs-material-umami.url = "gitlab:technofab/mkdocs-material-umami";
|
mkdocs-material-umami.url = "gitlab:technofab/mkdocs-material-umami";
|
||||||
nixtest.url = "gitlab:technofab/nixtest?dir=lib";
|
nixtest.url = "gitlab:technofab/nixtest/1.0.0?dir=lib";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue