chore(nix): use lix-project fork of flake-compat

This commit is contained in:
Harsh Shandilya 2025-05-06 22:38:25 +05:30
parent c459d8d271
commit e36a168645
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View file

@ -75,17 +75,17 @@
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1746162366, "lastModified": 1743448263,
"narHash": "sha256-5SSSZ/oQkwfcAz/o/6TlejlVGqeK08wyREBQ5qFFPhM=", "narHash": "sha256-PplvwAEkj+/MFkM6Q9V59L6f6i3Tbdc/9yLRf/iwECg=",
"owner": "nix-community", "ref": "refs/heads/main",
"repo": "flake-compat", "rev": "6588972962297c7abd300a72c55b2c7e21c1dc54",
"rev": "0f158086a2ecdbb138cd0429410e44994f1b7e4b", "revCount": 85,
"type": "github" "type": "git",
"url": "https://git.lix.systems/lix-project/flake-compat"
}, },
"original": { "original": {
"owner": "nix-community", "type": "git",
"repo": "flake-compat", "url": "https://git.lix.systems/lix-project/flake-compat"
"type": "github"
} }
}, },
"flake-utils": { "flake-utils": {

View file

@ -19,7 +19,7 @@
inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.flake-utils.inputs.systems.follows = "systems"; 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; inputs.flake-compat.flake = false;
outputs = outputs =