more nix
This commit is contained in:
parent
3f213e28a2
commit
927a103c91
1 changed files with 4 additions and 1 deletions
|
@ -26,8 +26,11 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
go
|
||||
gopls
|
||||
gotools
|
||||
go-tools
|
||||
gomod2nix.packages.${system}.default
|
||||
sanic
|
||||
#sanic
|
||||
];
|
||||
packages = with pkgs; [
|
||||
mpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue