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

This commit is contained in:
Harsh Shandilya 2023-06-20 23:50:43 +05:30
parent ea47ff723e
commit de1b1bdb9d
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;
};