diff --git a/flake.lock b/flake.lock index b68d6ec..316a38e 100644 --- a/flake.lock +++ b/flake.lock @@ -500,41 +500,34 @@ "locked": { "lastModified": 1718419213, "narHash": "sha256-WY7BGnu5PnbK4O8cKKv9kvxwzZIGbIQUQLGPHFXitI0=", - "ref": "refs/tags/2.90.0-rc1", "rev": "253546d5fbf8a5aa60ac8164c1b4f5794dc4e9d1", - "revCount": 15780, - "type": "git", - "url": "https://git@git.lix.systems/lix-project/lix" + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/253546d5fbf8a5aa60ac8164c1b4f5794dc4e9d1.tar.gz" }, "original": { - "ref": "refs/tags/2.90.0-rc1", - "type": "git", - "url": "https://git@git.lix.systems/lix-project/lix" + "type": "tarball", + "url": "https://git.lix.systems/lix-project/lix/archive/2.90.0-rc1.tar.gz" } }, "lix-module": { "inputs": { "flake-utils": "flake-utils", "flakey-profile": "flakey-profile", - "lix": [ - "lix" - ], + "lix": "lix", "nixpkgs": [ "nixpkgs" ] }, "locked": { - "lastModified": 1718778751, - "narHash": "sha256-DdcMvX9r29uHMlz7P1Shgs5xZw9WkZ4ObMGYzwROAiw=", - "ref": "refs/heads/main", - "rev": "909e593ae9f5fe338ab19b4ed9d52bb0ea09bad8", - "revCount": 90, - "type": "git", - "url": "https://git.lix.systems/lix-project/nixos-module" + "lastModified": 1718778548, + "narHash": "sha256-64lB/NO6AQ6z6EDCemPSYZWX/Qc6Rt04cPia5T5v01g=", + "rev": "29ed1bb67751e5b107d08df35d18dda6d45324e9", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/29ed1bb67751e5b107d08df35d18dda6d45324e9.tar.gz" }, "original": { - "type": "git", - "url": "https://git.lix.systems/lix-project/nixos-module" + "type": "tarball", + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz" } }, "nix-eval-jobs": { @@ -875,7 +868,6 @@ "hyprland": "hyprland", "hyprland-contrib": "hyprland-contrib", "hyprman": "hyprman", - "lix": "lix", "lix-module": "lix-module", "nix-index-database": "nix-index-database", "nixos-wsl": "nixos-wsl", diff --git a/flake.nix b/flake.nix index df904e4..958aead 100644 --- a/flake.nix +++ b/flake.nix @@ -12,16 +12,9 @@ url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; }; - lix = { - url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90.0-rc1"; - flake = false; - }; lix-module = { - url = "git+https://git.lix.systems/lix-project/nixos-module"; - inputs = { - lix.follows = "lix"; - nixpkgs.follows = "nixpkgs"; - }; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz"; + inputs.nixpkgs.follows = "nixpkgs"; }; hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";