aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-20 19:42:26 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-20 19:42:26 -0700
commit5f335caa401e9af3b54571dea189b90e90be533c (patch)
tree4f28c99ddfc2146801e3df344a37569690745f53 /flake.nix
parentdon't need devShell (diff)
downloadinfra-5f335caa401e9af3b54571dea189b90e90be533c.tar.gz
clean up justfile and rename aliases
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 6c5553e..9d51051 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 .