diff --git a/flake.lock b/flake.lock index f23c19a..a31028d 100644 --- a/flake.lock +++ b/flake.lock @@ -75,17 +75,17 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1746162366, - "narHash": "sha256-5SSSZ/oQkwfcAz/o/6TlejlVGqeK08wyREBQ5qFFPhM=", - "owner": "nix-community", - "repo": "flake-compat", - "rev": "0f158086a2ecdbb138cd0429410e44994f1b7e4b", - "type": "github" + "lastModified": 1743448263, + "narHash": "sha256-PplvwAEkj+/MFkM6Q9V59L6f6i3Tbdc/9yLRf/iwECg=", + "ref": "refs/heads/main", + "rev": "6588972962297c7abd300a72c55b2c7e21c1dc54", + "revCount": 85, + "type": "git", + "url": "https://git.lix.systems/lix-project/flake-compat" }, "original": { - "owner": "nix-community", - "repo": "flake-compat", - "type": "github" + "type": "git", + "url": "https://git.lix.systems/lix-project/flake-compat" } }, "flake-utils": { diff --git a/flake.nix b/flake.nix index ff0e805..8a21d1e 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.inputs.systems.follows = "systems"; - inputs.flake-compat.url = "github:nix-community/flake-compat"; + inputs.flake-compat.url = "git+https://git.lix.systems/lix-project/flake-compat"; inputs.flake-compat.flake = false; outputs =