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 { devShell.${system} = pkgs.mkShell {
inherit inputs pkgs; packages = [
modules = [ pkgs.alejandra
{ (
# https://devenv.sh/reference/options/ pkgs.writeScriptBin "tidy" ''
packages = with pkgs; [
alejandra
];
enterShell = ''
'';
env = {
};
scripts = {
tidy.exec = ''
alejandra . alejandra .
''; ''
}; )
}
]; ];
}; };
}; };