aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 307d0a3b..dbc66476 100644
--- a/flake.nix
+++ b/flake.nix
@@ -316,7 +316,7 @@
system = "x86_64-linux";
pkgs = import nixpkgs (import ./sys/nixpkgs {
inherit (nixpkgs) lib;
- inherit system;
+ inherit system sysLib;
overlays = [nixNeovim.overlays.default];
});
# FIXME: this `nixpkgs` misses the configs applied to the other one