diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
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 |