mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
chore(shell): add nixmoxer
This commit is contained in:
parent
816215a9af
commit
5201fcfae4
3 changed files with 13 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue