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": 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": {

View file

@ -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 =