From 58ece9e57118ffc1d5d03533cf806463762cf633 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 5 Sep 2023 15:32:02 -0500 Subject: [PATCH] Add todo for os-specific scripts --- daniel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daniel.nix b/daniel.nix index 17390dd..263ef91 100644 --- a/daniel.nix +++ b/daniel.nix @@ -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 ]; }) ];