Add nixd.

Add nixd to flake.nix and legacyPackages.nix.

Format with alejandra.
This commit is contained in:
Elias Ainsworth 2024-11-10 21:47:58 -07:00
commit 3d1e38ccc0
4 changed files with 130 additions and 4 deletions

View file

@ -11,6 +11,7 @@
(_: _: {
rnix-lsp = inputs'.rnix-lsp.defaultPackage;
nil = inputs'.nil.packages.default;
nixd = inputs'.nixd.packages.default;
})
];
};