From 213d31230b742eddd7cfbc9cf686eb1cd667463b Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 3 Jul 2025 23:33:19 +0200 Subject: [PATCH] flak.nix: update lix version --- flake.lock | 2 ++ flake.nix | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/flake.lock b/flake.lock index bc81572..6ea4b48 100644 --- a/flake.lock +++ b/flake.lock @@ -708,10 +708,12 @@ "revCount": 21102, "type": "tarball", "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.7.0/0197d1ca-253f-75ae-9f36-38c46bd107f4/source.tar.gz" + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc.tar.gz?rev=cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc" }, "original": { "type": "tarball", "url": "https://flakehub.com/f/DeterminateSystems/nix-src/%2A" + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz" } }, "nixpak": { diff --git a/flake.nix b/flake.nix index 934f6ba..4537be1 100644 --- a/flake.nix +++ b/flake.nix @@ -79,6 +79,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + lix-module = { + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # The things rust is making me do... rust-overlay = { url = "github:oxalica/rust-overlay";