Skip to content

Commit

Permalink
nix: basic builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
detroyejr committed Sep 17, 2024
1 parent 631f155 commit 31ebf51
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mini-builder.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash --packages bash gh

eval $(ssh-agent)
ssh-add ~/.ssh/github_rsa

gh pr checkout flake_lock_update_action

nixos-rebuild build --flake $HOME/.config/dotfiles#xps
nixos-rebuild build --flake $HOME/.config/dotfiles#mini
nixos-rebuild build --flake $HOME/.config/dotfiles#potato

rm -r result

0 comments on commit 31ebf51

Please sign in to comment.