diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-03-06 06:19:29 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-03-06 06:19:29 -0800 |
| commit | c0b9780594366f9256b6f46ac0955d70281c38b6 (patch) | |
| tree | 2e717c3107f010af8c8afcb06cf7866e92b52f4e /flake.nix | |
| parent | add configuration for my work machine (diff) | |
| download | infra-c0b9780594366f9256b6f46ac0955d70281c38b6.tar.gz | |
install my own scripts
This is the first step to re-enable installing custom scripts. The next
step will be to rename `tools` to `packages`, and then if needed I will
be able to support overlays.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ imports = [ ./nix/flake/devshell.nix + ./nix/flake/packages.nix ./nix/flake/hosts.nix ]; }; |
