From 972a7b238d93e74358e3b600cdb6631f4be11ba6 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 4 Mar 2026 08:49:18 +0100 Subject: [PATCH] chore: update flake --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 7f4f24d..37de1f2 100644 --- a/flake.lock +++ b/flake.lock @@ -9,16 +9,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1772609129, - "narHash": "sha256-ha7H2OhxoLhkDVgKtgkJc8yO3f0rKlPZZTJYyc+rfLI=", - "ref": "v1.0.3", - "rev": "cdc9e180353b1a1105bbcdad18dc3938ea3e88a3", - "revCount": 31, + "lastModified": 1772610504, + "narHash": "sha256-uoMnjsab5IpZRZ/1mn5oVy4fRnAYn6b58E3FNa+jyQY=", + "ref": "v1.0.4", + "rev": "86a0792b6e54104e8cb33983cabc175aea8da464", + "revCount": 33, "type": "git", "url": "https://git.dgren.dev/eric/nix-flake-lib" }, "original": { - "ref": "v1.0.3", + "ref": "v1.0.4", "type": "git", "url": "https://git.dgren.dev/eric/nix-flake-lib" } diff --git a/flake.nix b/flake.nix index 7c560ab..88e0a57 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.3"; + devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.4"; devshell-lib.inputs.nixpkgs.follows = "nixpkgs"; };