From 84c220f80a5c95813fb81cbea78aab6391f39e35 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 11 Nov 2024 23:27:09 +0100 Subject: [PATCH] chore: update lix src --- flake.lock | 13 ++++++++----- flake.nix | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index a5f2de9..a6115c5 100644 --- a/flake.lock +++ b/flake.lock @@ -335,13 +335,16 @@ "locked": { "lastModified": 1729360442, "narHash": "sha256-6U0CyPycIBc04hbYy2hBINnVso58n/ZyywY2BD3hu+s=", - "rev": "9098ac95768f7006d7e070b88bae76939f6034e6", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/9098ac95768f7006d7e070b88bae76939f6034e6.tar.gz?rev=9098ac95768f7006d7e070b88bae76939f6034e6" + "ref": "stable", + "rev": "2bbdcd73b9a464f8acf45a7100feb979883ba485", + "revCount": 110, + "type": "git", + "url": "https://git.lix.systems/lix-project/nixos-module" }, "original": { - "type": "tarball", - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz" + "ref": "stable", + "type": "git", + "url": "https://git.lix.systems/lix-project/nixos-module" } }, "mkalias": { diff --git a/flake.nix b/flake.nix index fe3bfc5..25b6c8f 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # Lix lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz"; + url = "git+https://git.lix.systems/lix-project/nixos-module?ref=stable"; inputs.nixpkgs.follows = "nixpkgs"; };