diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-20 19:42:26 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-20 19:42:26 -0700 |
| commit | 5f335caa401e9af3b54571dea189b90e90be533c (patch) | |
| tree | 4f28c99ddfc2146801e3df344a37569690745f53 /flake.nix | |
| parent | don't need devShell (diff) | |
| download | infra-5f335caa401e9af3b54571dea189b90e90be533c.tar.gz | |
clean up justfile and rename aliases
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,14 +89,14 @@ devShells.${system}.default = pkgs.mkShellNoCC { packages = with pkgs; [ git - (writeScriptBin "build" '' + (writeScriptBin "nbuild" '' set -e echo "> Running darwin-rebuild switch..." ${inputs.darwin.packages.${system}.darwin-rebuild}/bin/darwin-rebuild build --flake . echo "> darwin-rebuild build was successful ✅" echo "> macOS config was successfully applied 🚀" '') - (writeScriptBin "switch" '' + (writeScriptBin "nswitch" '' set -e echo "> Running darwin-rebuild switch..." ${inputs.darwin.packages.${system}.darwin-rebuild}/bin/darwin-rebuild switch --flake . |
