mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
flake: don't type check builtPackage
This commit is contained in:
parent
534b837dab
commit
ebac4c87f4
3 changed files with 12 additions and 4 deletions
|
@ -33,6 +33,14 @@
|
|||
|
||||
default = self.homeManagerModules.neovim-flake;
|
||||
};
|
||||
|
||||
nixosModules = {
|
||||
neovim-flake = {
|
||||
imports = [(import ./flake/modules/nixos.nix self.packages inputs)];
|
||||
};
|
||||
|
||||
default = self.nixosModules.neovim-flake;
|
||||
};
|
||||
};
|
||||
|
||||
perSystem = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue