refactor(nvim): get package from coc-stylelint flake
This commit is contained in:
parent
32741bf90b
commit
07da983ad1
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,6 @@
|
||||||
nur,
|
nur,
|
||||||
nix-melt,
|
nix-melt,
|
||||||
nurl,
|
nurl,
|
||||||
coc-stylelintplus,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
@ -45,7 +44,6 @@
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
nixpkgs-wayland.overlay
|
nixpkgs-wayland.overlay
|
||||||
coc-stylelintplus.overlay
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nh = {
|
nh = {
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
tree-sitter-hypr,
|
coc-stylelintplus-flake,
|
||||||
|
tree-sitter-hypr-flake,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
fileContents = lib.strings.fileContents;
|
fileContents = lib.strings.fileContents;
|
||||||
nvim-treesitter-hypr = tree-sitter-hypr.packages.${pkgs.system}.default;
|
nvim-treesitter-hypr = tree-sitter-hypr-flake.packages.${pkgs.system}.default;
|
||||||
|
coc-stylelintplus = coc-stylelintplus-flake.packages.${pkgs.system}.default;
|
||||||
in {
|
in {
|
||||||
# TODO: make a gradle module and have java in device-vars.nix
|
# TODO: make a gradle module and have java in device-vars.nix
|
||||||
xdg.dataFile = {
|
xdg.dataFile = {
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue