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

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;
};