summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-25 23:54:17 +0200
committerMel <mel@rnrd.eu>2025-04-25 23:54:17 +0200
commitcfd5cbe46a27a11013fe7b7a5345d82272a5f130 (patch)
tree53062aec6e17fd2b065b903d321183c537a7c7c5 /flake.nix
parent1ed2b3d06cd5833604df4b91229dc6e93eddcb14 (diff)
downloadminerals-cfd5cbe46a27a11013fe7b7a5345d82272a5f130.tar.zst
minerals-cfd5cbe46a27a11013fe7b7a5345d82272a5f130.zip
Update flake and Lix module to new release
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3d10b44..9266056 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
 
     lix-module = {
-      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
+      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
       inputs.nixpkgs.follows = "nixpkgs";
     };