From 0520741b8ab872efcabb16ab3abcb0d6aaaa5718 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 14 Dec 2025 13:01:14 -0800 Subject: use `just` (again) instead of custom scripts --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5edd7bb..23d1c44 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; } -- cgit v1.2.3