vger/shell.nix

5 lines
82 B
Nix
Raw Normal View History

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