Add todo for os-specific scripts
This commit is contained in:
parent
678bcb254f
commit
58ece9e571
1 changed files with 2 additions and 0 deletions
|
@ -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 ]; })
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue