Skip to content

Commit

Permalink
fix: arguments typo of guix
Browse files Browse the repository at this point in the history
Signed-off-by: Burgess Chang <[email protected]>
  • Loading branch information
brsvh committed Sep 12, 2024
1 parent 09094a6 commit 45ea2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/soil/nixosProfiles/guix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
enable = true;

extraArgs = [
"--delete-generation"
"--delete-generations"
"--optimize"
];
};
Expand Down

0 comments on commit 45ea2c2

Please sign in to comment.