Skip to content

Commit

Permalink
Set nixpkgs in NIX_PATH to whatever we specify in nix/sources.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Aug 1, 2023
1 parent 88e9c35 commit 02158f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/nix-shell/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ runs:
steps:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=./nix/default.nix

- uses: cachix/cachix-action@v12
with:
name: niteo-public
Expand Down

0 comments on commit 02158f8

Please sign in to comment.