Switches from rnix-lsp to nixd

This commit is contained in:
willemml 2024-03-15 08:40:42 -07:00
parent 3fdd749ca2
commit a0f1f85cf7
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 7 additions and 1 deletions

View file

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

View file

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