mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
use inputs' in mkPackages
extract nixfmt from lint re-add nixfmt to systemPackages
This commit is contained in:
parent
0dda10f74b
commit
a114216334
4 changed files with 9 additions and 8 deletions
|
|
@ -68,7 +68,7 @@
|
|||
qmk
|
||||
;
|
||||
inherit (nvim-flake.packages) neovim;
|
||||
inherit (self.packages) lint;
|
||||
inherit (self.packages) lint nixfmt;
|
||||
};
|
||||
etc = {
|
||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue