Make nixd/nixfmt global
This commit is contained in:
@@ -53,9 +53,6 @@
|
|||||||
# For development
|
# For development
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nixd
|
|
||||||
nixfmt
|
|
||||||
|
|
||||||
lua-language-server
|
lua-language-server
|
||||||
stylua
|
stylua
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
(pkgs.vimUtils.buildVimPlugin {
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
name = "PicVim";
|
name = "PicVim";
|
||||||
src = builtins.fetchGit {
|
src = fetchGit {
|
||||||
url = "https://github.com/SyedM-dev/PicVim";
|
url = "https://github.com/SyedM-dev/PicVim";
|
||||||
rev = "5114853ed8f24661e48b726135bf78860d9339d5";
|
rev = "5114853ed8f24661e48b726135bf78860d9339d5";
|
||||||
};
|
};
|
||||||
@@ -41,6 +41,11 @@
|
|||||||
p.cpp
|
p.cpp
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
nixd
|
||||||
|
nixfmt
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/nvim".source = ./.;
|
home.file.".config/nvim".source = ./.;
|
||||||
|
|||||||
Reference in New Issue
Block a user