Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Nov 24, 2023
1 parent 0291c2f commit 1c3f32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --show-trace
- name: building home-manager profile
run: ./result/bin/home-manager build --flake .#william --option substituters ""
run: ./result/bin/home-manager build --flake .#william
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
"https://williamhsieh.cachix.org"
# "https://williamhsieh.cachix.org"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"williamhsieh.cachix.org-1:t3jW1IF+bHXN4Ce7ZZe9pLSjRB6D1gwz0EgGdgYxHNg="
# "williamhsieh.cachix.org-1:t3jW1IF+bHXN4Ce7ZZe9pLSjRB6D1gwz0EgGdgYxHNg="
];
};

Expand Down

0 comments on commit 1c3f32a

Please sign in to comment.