MH-P2/shell.nix
2021-04-26 17:49:50 +02:00

10 lines
81 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
];
}