flake/dev: mark flake-compat as flake = false

As-per upstream README. No lockfile changes.
This commit is contained in:
Matt Sturgeon
2026-05-25 04:30:52 +00:00
parent 4aa27f5af0
commit afec1bae0e
+4 -1
View File
@@ -8,7 +8,10 @@
nixvim.url = ../..;
# flake-compat is used by the root `default.nix` to allow non-flake users to import nixvim
flake-compat.url = "github:NixOS/flake-compat";
flake-compat = {
url = "github:NixOS/flake-compat";
flake = false;
};
# keep-sorted start block=yes newline_separated=yes
devshell = {