some minor typos and housekeeping

This commit is contained in:
cnst
2024-09-27 18:26:10 +02:00
parent 8ba2cd1609
commit 2bf580f40a
3 changed files with 2 additions and 9 deletions

View File

@@ -13,12 +13,6 @@
perSystem = {pkgs, ...}: {
devShells = import ./system/nix/shell {inherit pkgs inputs;};
formatter = pkgs.alejandra;
packages.cleanup-boot = pkgs.buildFHSUserEnv {
name = "cleanup-boot";
targetPkgs = pkgs: [pkgs.bash];
runScript = ./.scripts/cleanup-boot.sh;
};
};
};