chore: refactor code

This commit is contained in:
Chris Kruining 2025-11-27 11:05:35 +01:00
parent be346e0e29
commit 829a8dab4e
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
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
];
}
}