fuck devenv

This commit is contained in:
2025-04-30 21:55:18 +01:00
parent 1f137c2f0c
commit 03011c7617

View File

@@ -144,27 +144,14 @@
};
};
devShell.${system} = devenv.lib.mkShell {
inherit inputs pkgs;
modules = [
{
# https://devenv.sh/reference/options/
packages = with pkgs; [
alejandra
];
enterShell = ''
'';
env = {
};
scripts = {
tidy.exec = ''
devShell.${system} = pkgs.mkShell {
packages = [
pkgs.alejandra
(
pkgs.writeScriptBin "tidy" ''
alejandra .
'';
};
}
''
)
];
};
};