Files
bitcoin-ticker-pi/shell.nix
T
2023-12-21 10:06:48 -05:00

8 lines
92 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
nativeBuildInputs = [
go
];
}