Skip to content

Commit

Permalink
nix: fix gregnix-nubank -> gregnix-work
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jan 12, 2025
1 parent d7ad6e0 commit 6a63f79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
profile: [gregnix-personal, gregnix-nubank]
profile: [gregnix-personal, gregnix-work]
steps:
- uses: easimon/maximize-build-space@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: |
make build-gregnix-personal -C nix
- name: "Build gregnix-nubank"
- name: "Build gregnix-work"
run: |
make build-gregnix-nubank -C nix
make build-gregnix-work -C nix
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down
4 changes: 2 additions & 2 deletions .nubank_aliases
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

alias rebuild-gregnix-nubank="sudo nixos-rebuild switch --flake ~/.dotfiles/nix#gregnix-nubank"
alias rebuild-gregnix-nubank-home-manager="NIXPKGS_ALLOW_UNFREE=1 home-manager switch --impure --flake ~/.dotfiles/nix"
alias rebuild-gregnix-work="sudo nixos-rebuild switch --flake ~/.dotfiles/nix#gregnix-work"
alias rebuild-gregnix-work-home-manager="NIXPKGS_ALLOW_UNFREE=1 home-manager switch --impure --flake ~/.dotfiles/nix"

alias nubank='tmuxinator start nubank'
alias grt="nu auth get-refresh-token --env prod && nu-br auth get-access-token --env prod --country br"
Expand Down

0 comments on commit 6a63f79

Please sign in to comment.