expose nixops4 in nix-shell

This commit is contained in:
Valentin Gagarin 2025-06-27 10:01:34 +02:00
parent 46182e7512
commit 4e8b399052

View file

@ -10,6 +10,8 @@ let
gitignore
;
inherit (pkgs) lib;
inherit (import sources.flake-inputs) import-flake;
inherit ((import-flake { src = ./.; }).inputs) nixops4;
pre-commit-check =
(import "${git-hooks}/nix" {
inherit nixpkgs system;
@ -58,6 +60,7 @@ in
pkgs.npins
pkgs.nix-unit
test-loop
nixops4.packages.${system}.default
];
};