vger/shell.nix

5 lines
82 B
Nix
Raw Normal View History

2021-12-14 07:34:35 +11:00
with (import <nixpkgs> {});
mkShell {
buildInputs = [ gcc libbsd gnumake ];
}