mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
flake/dev: mark flake-compat as flake = false
As-per upstream README. No lockfile changes.
This commit is contained in:
+4
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user