Add todo for os-specific scripts

This commit is contained in:
Daniel Flanagan 2023-09-05 15:32:02 -05:00
parent 678bcb254f
commit 58ece9e571
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -15,6 +15,8 @@
home.packages = [
pkgs.rtx
# TODO: os-specific scripts? macOS versus Linux (arch or nixos? do I need to distinguish at that point?)
(pkgs.buildEnv { name = "my-scripts"; paths = [ ./scripts ]; })
];