mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-22 20:00:54 +01:00
chore: drop useless script
This commit is contained in:
parent
42d3a9b865
commit
344a6bb3a0
2 changed files with 0 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
{ writeShellApplication, npins }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "update-deps";
|
||||
|
||||
runtimeInputs = [ npins ];
|
||||
|
||||
text = ''
|
||||
npins update -d deps "$@"
|
||||
'';
|
||||
}
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue