diff --git a/flake.lock b/flake.lock index a748d4c..4b84e15 100644 --- a/flake.lock +++ b/flake.lock @@ -314,11 +314,11 @@ ] }, "locked": { - "lastModified": 1715077503, - "narHash": "sha256-AfHQshzLQfUqk/efMtdebHaQHqVntCMjhymQzVFLes0=", + "lastModified": 1715380449, + "narHash": "sha256-716+f9Rj3wjSyD1xitCv2FcYbgPz1WIVDj+ZBclH99Y=", "owner": "nix-community", "repo": "home-manager", - "rev": "6e277d9566de9976f47228dd8c580b97488734d4", + "rev": "d7682620185f213df384c363288093b486b2883f", "type": "github" }, "original": { @@ -335,11 +335,11 @@ ] }, "locked": { - "lastModified": 1715173236, - "narHash": "sha256-Ulq7fV0V1TqbYTXcDcRYrnMBwAvXJGfv4fnpaXXpsY0=", + "lastModified": 1715417624, + "narHash": "sha256-Wp3vGZRQYVrEveB9UXXZRDvRFrkw6rXXXLxj/6sbg7M=", "owner": "jovian-experiments", "repo": "jovian-nixos", - "rev": "c8af9ea43d928f1e1f2c0ac100e75519ea76565d", + "rev": "8fef078acb3206be58ae5892a32d6ed75b695647", "type": "github" }, "original": { @@ -380,17 +380,15 @@ "lix": { "flake": false, "locked": { - "lastModified": 1715126991, - "narHash": "sha256-XlMcbeaOe8dKfxO2aF+bFO9MARA7OIOP0uniKNx5+fY=", - "ref": "refs/heads/main", - "rev": "f782c8a60a4be16eebf98ef329a8e614de814c30", - "revCount": 15526, - "type": "git", - "url": "https://git.lix.systems/lix-project/lix" + "lastModified": 1715435912, + "narHash": "sha256-71Me/4yaGdhL55dC/SPLuBFXC2XxFRbbaTARHk/Gsic=", + "rev": "a30c5673367533aec48faa59dd0d76b283dda1ba", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/a30c5673367533aec48faa59dd0d76b283dda1ba.tar.gz" }, "original": { - "type": "git", - "url": "https://git.lix.systems/lix-project/lix" + "type": "tarball", + "url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz" } }, "lix-module": { @@ -407,17 +405,15 @@ ] }, "locked": { - "lastModified": 1715038983, - "narHash": "sha256-DCZbFoNM8sx6YhEtu/xkNZfRwEt7RucJr3zuVVkugIw=", - "ref": "refs/heads/main", - "rev": "aaf759cd93d1946336247808e7551df714cfd332", - "revCount": 70, - "type": "git", - "url": "https://git.lix.systems/lix-project/nixos-module" + "lastModified": 1715442723, + "narHash": "sha256-pXMH7lqr5bT2FjH/3tEdTT/+1+hKx+15WkcGKycWWSM=", + "rev": "87b7b7e4bd936301b139e472589d1966b136f45f", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/87b7b7e4bd936301b139e472589d1966b136f45f.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/main.tar.gz" } }, "nix-index-database": { @@ -457,11 +453,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1715087517, - "narHash": "sha256-CLU5Tsg24Ke4+7sH8azHWXKd0CFd4mhLWfhYgUiDBpQ=", + "lastModified": 1715266358, + "narHash": "sha256-doPgfj+7FFe9rfzWo1siAV2mVCasW+Bh8I1cToAXEE4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b211b392b8486ee79df6cdfb1157ad2133427a29", + "rev": "f1010e0469db743d14519a1efd37e23f8513d714", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b5bb569..4b6e57e 100644 --- a/flake.nix +++ b/flake.nix @@ -33,11 +33,11 @@ inputs.flake-utils.follows = "utils"; }; lix = { - url = "git+https://git.lix.systems/lix-project/lix"; + url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"; flake = false; }; lix-module = { - url = "git+https://git.lix.systems/lix-project/nixos-module"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "utils"; inputs.lix.follows = "lix";