diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-15 07:10:38 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-15 07:10:38 +0100 |
commit | 8dee00fd3a742395650c5002ecdacb357248acf5 (patch) | |
tree | a602024105b2f62be095205fc26d664b67903b0c | |
parent | 09f948e9aa780e922ca5e79dc51d77f003076ade (diff) |
feat(workstation): add license-generator
-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 d7cc6c1..970e453 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -14,6 +14,7 @@ sqlite-interactive tokei fastmod + license-generator (writeShellScriptBin "deploy-dir" (builtins.readFile ./scripts/deploy-dir)) |