nixos/castle: Add boardie

This commit is contained in:
2023-04-23 23:44:55 +01:00
parent 28d3a9b83f
commit c6c6ee4d72
7 changed files with 229 additions and 41 deletions

View File

@@ -213,6 +213,7 @@ in
nixpkgs = {
overlays = [
inputs.deploy-rs.overlay
inputs.boardie.overlays.default
];
config = {
allowUnfree = true;

View File

@@ -23,6 +23,7 @@ in
python310Packages.python-lsp-server
nil # nix language server
zls # zig language server
neofetch
];
};