RI-P2/shell.nix
2020-11-03 18:04:00 +01:00

10 lines
81 B
Nix

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