vger/shell.nix

5 lines
82 B
Nix

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