statusscreen/shell.nix

10 lines
94 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = [
gnumake
go
gocode
];
}