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";
flake-compat = {
url = github:edolstra/flake-compat;
url = "github:edolstra/flake-compat";
flake = false;
};
flake-utils.url = "github:numtide/flake-utils";