From 8bf59c2cef1865bbf08545e4dbbfdb9694eff97e Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Tue, 24 Jun 2025 17:14:05 +0200 Subject: [PATCH] fix lix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 125a903..e591afc 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ crane.url = "github:ipetkov/crane"; nixcord.url = "github:kaylorben/nixcord"; lix-module = { - url = "git+https://git.lix.systems/lix-project/nixos-module"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = {