Files
nixos/overlays/hms.nix
T
greg-compass f0a50305b8 Update ffmac and HMS
Externalize the hms shell script for easier editing
Update ffmac to latest release
Add copying of Mac apps to the expected folder
2022-11-10 11:15:49 -06:00

4 lines
76 B
Nix

{ pkgs, ... }:
pkgs.writeShellScriptBin "hms" (builtins.readFile ./hms.sh)