fix(flakes): switch flake-compat to nix-community fork

This commit is contained in:
Harsh Shandilya 2023-06-20 23:49:27 +05:30
parent 82baedfa21
commit 4f78051c66
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -67,15 +67,15 @@
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"lastModified": 1680531544,
"narHash": "sha256-8qbiDTYb1kGaDADRXTItpcMKQ1TeQVkuof6oEwHUvVA=",
"owner": "nix-community",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"rev": "95e78dc12268c5e4878621845c511077f3798729",
"type": "github"
},
"original": {
"owner": "edolstra",
"owner": "nix-community",
"repo": "flake-compat",
"type": "github"
}

View file

@ -14,7 +14,7 @@
flake-utils = {url = "github:numtide/flake-utils";};
flake-compat = {
url = "github:edolstra/flake-compat";
url = "github:nix-community/flake-compat";
flake = false;
};