nixos/shell.nix
2024-09-26 05:44:39 -04:00

7 lines
93 B
Nix

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