refactor: replace 'with' with attrValues

This commit is contained in:
matt1432 2024-08-31 19:16:06 -04:00
parent b47c11362d
commit 194c140dc1
56 changed files with 675 additions and 608 deletions
common/home/git

View file

@ -59,10 +59,10 @@ in {
};
};
home.packages = with pkgs; [
(writeShellApplication {
home.packages = [
(pkgs.writeShellApplication {
name = "chore";
runtimeInputs = [git];
runtimeInputs = [pkgs.git];
text = ''
DIR=''${1:-"$FLAKE"}