about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-22 15:23:42 +0200
committerSoispha <soispha@vhack.eu>2023-08-22 15:23:42 +0200
commitdcc9461cc55e1936f2546ac2ac7da243eb48306f (patch)
tree5e662c8f09579a7ce8a9f2401b93063185371cb7 /flake/default.nix
parentBuild(flake): Update (diff)
downloadnixos-config-dcc9461cc55e1936f2546ac2ac7da243eb48306f.tar.gz
nixos-config-dcc9461cc55e1936f2546ac2ac7da243eb48306f.zip
Feat(flake): Provide the neovim config as a package
Diffstat (limited to 'flake/default.nix')
-rw-r--r--flake/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix
index a8c597e9..63dea536 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -93,7 +93,7 @@ in {
       ;
   };
   packages."${system}" = import ./packages {
-    inherit nixos-generators defaultSpecialArgs defaultModules pkgs sysLib;
+    inherit nixos-generators defaultSpecialArgs defaultModules pkgs sysLib system nixVim self;
     inherit (pkgs) lib;
   };