flake: don't type check builtPackage

This commit is contained in:
raf 2024-04-14 16:51:20 +03:00
commit ebac4c87f4
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 12 additions and 4 deletions

View file

@ -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 = {