mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 04:14:28 +02:00
modules: move nixpkgs
module to top-level modules
Make `pkgs` available to files submodules by passing _all_ module args through. We already did this for `specialArgs`.
This commit is contained in:
parent
31579dc201
commit
8c3d521bff
4 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
imports = [
|
||||
../.
|
||||
./files
|
||||
./nixpkgs.nix
|
||||
./output.nix
|
||||
./readonly-renames.nix
|
||||
./test.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue