chore: refactor code

This commit is contained in:
Chris Kruining 2025-11-27 11:05:35 +01:00 committed by chris
parent 93ad4f17f3
commit 95520c14d1
2 changed files with 78 additions and 60 deletions

View file

@ -1,5 +1,10 @@
{ mkShell, inputs, pkgs, stdenv, ... }:
{
mkShell,
inputs,
pkgs,
stdenv,
...
}:
mkShell {
packages = with pkgs; [
bash
@ -7,6 +12,9 @@ mkShell {
just
yq
pwgen
alejandra
nil
nixd
inputs.clan-core.packages.${stdenv.hostPlatform.system}.clan-cli
];
}
}