chore: improve shells

This commit is contained in:
Luj 2024-07-12 16:31:09 +02:00
parent f53336f887
commit c783d1123a
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 54 additions and 31 deletions

View file

@ -3,7 +3,8 @@ let
pkgs = import inputs.unstable { };
nixos-anywhere = pkgs.callPackage "${inputs.nixos-anywhere}/src/default.nix" { };
agenix = pkgs.callPackage "${inputs.agenix}/pkgs/agenix.nix" { };
bootstrap = import scripts/bootstrap-machine.nix;
bootstrap = pkgs.callPackage scripts/bootstrap-machine.nix { inherit nixos-anywhere; };
update-deps = pkgs.callPackage scripts/update-deps.nix { };
pre-commit-hook =
(import (
pkgs.applyPatches {
@ -32,9 +33,9 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [
colmena
npins
nixos-anywhere
agenix
bootstrap
update-deps
statix
rbw
pinentry