From 69e0f7a4191112f265300e91d9ef8fa662da943a Mon Sep 17 00:00:00 2001 From: technofab Date: Tue, 3 Jun 2025 12:23:51 +0200 Subject: [PATCH] chore(flake): update nixtest --- flake.lock | 7 ++++--- flake.nix | 4 +--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 56dfb71..38bc581 100644 --- a/flake.lock +++ b/flake.lock @@ -332,16 +332,17 @@ "nixtest": { "locked": { "dir": "lib", - "lastModified": 1748711200, - "narHash": "sha256-1Fx0jDk4ZsLkX3oSHo14OwzsK3sHkc2ykfz4bYqWuGA=", + "lastModified": 1748945995, + "narHash": "sha256-OWflapMq78nCUT7N0vS/AuK4E8y7p8oh0zjnDioJ4Lw=", "owner": "technofab", "repo": "nixtest", - "rev": "3ff5b358d506473ace2311cd25fb95be0c048997", + "rev": "392e8796f386373a36aecd3216925accf2714a1a", "type": "gitlab" }, "original": { "dir": "lib", "owner": "technofab", + "ref": "1.0.0", "repo": "nixtest", "type": "gitlab" } diff --git a/flake.nix b/flake.nix index e4e363f..0788dc0 100644 --- a/flake.nix +++ b/flake.nix @@ -15,10 +15,8 @@ systems = import systems; flake = {}; perSystem = { - lib, pkgs, config, - self', system, ... }: rec { @@ -287,7 +285,7 @@ treefmt-nix.url = "github:numtide/treefmt-nix"; nix-mkdocs.url = "gitlab:technofab/nixmkdocs?dir=lib"; 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 = {