fix: flake url warning

This commit is contained in:
Jeremy Wall 2024-03-02 10:13:37 -05:00
parent ec2394eaf7
commit 1de77b189d

View File

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