mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Switches from rnix-lsp to nixd
This commit is contained in:
parent
3fdd749ca2
commit
a0f1f85cf7
2 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,10 @@
|
|||
|
||||
stylix.url = "github:danth/stylix";
|
||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixd.url = "github:nix-community/nixd";
|
||||
nixd.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixd.inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
node-packages = with pkgs.nodePackages; [
|
||||
|
@ -11,6 +12,7 @@
|
|||
latest.toolchain
|
||||
targets.thumbv7em-none-eabihf.latest.rust-std
|
||||
]);
|
||||
nixd-upstream = inputs.nixd.packages.${pkgs.system}.default;
|
||||
in {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
@ -32,6 +34,7 @@ in {
|
|||
nix-tree
|
||||
nix-zsh-completions
|
||||
nixfmt
|
||||
nixd-upstream
|
||||
nixpkgs-fmt
|
||||
nmap
|
||||
nodejs
|
||||
|
@ -40,7 +43,6 @@ in {
|
|||
pinentry
|
||||
pv
|
||||
ripgrep
|
||||
rnix-lsp
|
||||
rsync
|
||||
shellcheck
|
||||
shfmt
|
||||
|
|
Loading…
Add table
Reference in a new issue