MH-P1/shell.nix
2021-03-08 19:01:40 +01:00

10 lines
81 B
Nix

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