diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:01:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:01:14 -0800 |
| commit | 0520741b8ab872efcabb16ab3abcb0d6aaaa5718 (patch) | |
| tree | 7156bb80ad72f7c8035dcfca906c4dd98d0d99ac /flake.nix | |
| parent | remove duplicated configuration for treefmt/pre-commit (diff) | |
| download | infra-0520741b8ab872efcabb16ab3abcb0d6aaaa5718.tar.gz | |
use `just` (again) instead of custom scripts
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -252,9 +252,11 @@ inherit (pre-commit-check) shellHook; buildInputs = pre-commit-check.enabledPackages; packages = with pkgs; [ - nixos-rebuild - git + _1password-cli agenix.packages.${system}.default + git + just + nixos-rebuild ]; }; } |
