vger/shell.nix
2021-12-13 21:34:35 +01:00

5 lines
82 B
Nix

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