some minor typos and housekeeping
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user