1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

Compare commits

...

2 commits

Author SHA1 Message Date
Jonathan De Troye 0111aced3d
Merge 4e70c08002 into de1289229f 2024-10-16 15:31:45 +00:00
detroyejr 4e70c08002 Add optimize as an alias of optimise 2024-09-23 21:40:32 -04:00

View file

@ -27,3 +27,4 @@ struct CmdOptimiseStore : StoreCommand
};
static auto rCmdOptimiseStore = registerCommand2<CmdOptimiseStore>({"store", "optimise"});
static auto rCmdOptimizeStore = registerCommand2<CmdOptimiseStore>({"store", "optimize"});