chore(shell): add nixmoxer

This commit is contained in:
Luj 2024-12-21 13:42:48 +01:00
parent 816215a9af
commit 5201fcfae4
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 13 additions and 0 deletions

View file

@ -5,6 +5,7 @@ let
agenix = pkgs.callPackage "${inputs.agenix}/pkgs/agenix.nix" { };
bootstrap = pkgs.callPackage scripts/bootstrap-machine.nix { inherit nixos-anywhere; };
lon = pkgs.callPackage "${inputs.lon}/nix/packages/lon.nix" { };
nixmoxer = pkgs.callPackage "${inputs.proxmox}/pkgs/nixmoxer" { };
pre-commit-hook =
(import (
pkgs.applyPatches {
@ -40,6 +41,7 @@ pkgs.mkShell {
bootstrap
pkgs.statix
lon
nixmoxer
];
shellHook = ''
${pre-commit-hook.shellHook}