Skip to content

Commit

Permalink
missing NIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
benkio committed Jun 29, 2024
1 parent 393df3b commit 17c1682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-env -iA nixfmt-rfc-style -f '<nixpkgs>'
export NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH
nix-shell '<home-manager>' -A install
- name: Install nix-darwin
run: |
Expand Down

0 comments on commit 17c1682

Please sign in to comment.