feat: fuck alejandra

This commit is contained in:
Nick 2025-01-16 16:14:09 -06:00
parent b6a40c8225
commit b07db5670d
7 changed files with 88 additions and 168 deletions

View file

@ -1,26 +1,11 @@
{
pkgs,
config,
...
}: {
{ pkgs, config, ... }: {
devShells = {
default = pkgs.mkShell {
packages = builtins.attrValues {
inherit
(pkgs)
age
just
nil
nixd
sops
ssh-to-age
;
inherit
(pkgs.haskellPackages)
nixfmt
;
inherit (pkgs) age just nil nixd sops ssh-to-age;
inherit (pkgs.haskellPackages) nixfmt;
};
# shellHook = "${config.pre-commit.installationScript}";
shellHook = "${config.pre-commit.installationScript}";
};
};
}