chore: drop useless script

This commit is contained in:
Julien Malka 2024-09-10 15:15:06 +02:00
parent 42d3a9b865
commit 344a6bb3a0
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 0 additions and 13 deletions

View file

@ -1,11 +0,0 @@
{ writeShellApplication, npins }:
writeShellApplication {
name = "update-deps";
runtimeInputs = [ npins ];
text = ''
npins update -d deps "$@"
'';
}

View file

@ -4,7 +4,6 @@ let
nixos-anywhere = pkgs.callPackage "${inputs.nixos-anywhere}/src/default.nix" { };
agenix = pkgs.callPackage "${inputs.agenix}/pkgs/agenix.nix" { };
bootstrap = pkgs.callPackage scripts/bootstrap-machine.nix { inherit nixos-anywhere; };
update-deps = pkgs.callPackage scripts/update-deps.nix { };
lon = pkgs.callPackage "${inputs.lon}/nix/packages/lon.nix" { };
pre-commit-hook =
(import (
@ -35,7 +34,6 @@ pkgs.mkShell {
pkgs.npins
agenix
bootstrap
update-deps
pkgs.statix
lon
];