vger/shell.nix

5 lines
82 B
Nix
Raw Normal View History

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