diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-02 11:11:25 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-02 11:11:25 +0100 |
commit | e5a6c75fedaed89eef62696de4332f3dfba7d273 (patch) | |
tree | 887e2fb7e5ebaa6e37b74501c3012c3259396d26 | |
parent | 42374d30a16ca98d38ca3d73bdbd8abaaf662b3b (diff) |
feat(workstation): add fastmod
-rw-r--r-- | nixos/profiles/workstation/dev.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 13eba67..d7cc6c1 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -13,6 +13,7 @@ just sqlite-interactive tokei + fastmod (writeShellScriptBin "deploy-dir" (builtins.readFile ./scripts/deploy-dir)) |