nixos/shell.nix

8 lines
93 B
Nix
Raw Permalink Normal View History

2024-09-26 09:44:39 +00:00
{ pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
buildInputs = with pkgs; [
morph
];
}