aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-14 13:01:14 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-14 13:01:14 -0800
commit0520741b8ab872efcabb16ab3abcb0d6aaaa5718 (patch)
tree7156bb80ad72f7c8035dcfca906c4dd98d0d99ac /flake.nix
parentremove duplicated configuration for treefmt/pre-commit (diff)
downloadinfra-0520741b8ab872efcabb16ab3abcb0d6aaaa5718.tar.gz
use `just` (again) instead of custom scripts
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
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
];
};
}