diff options
-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)) |