Skip to content

Commit

Permalink
add nixpkgs to the path
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jun 3, 2024
1 parent 6ce41dc commit d154ebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: "Test Local Action"
uses: "./"
with:
github-access-token: "${{ secrets.MANAGED_GITHUB_ACCESS_TOKEN }}"
github-access-token: "${{ secrets.MANAGED_MANAGED_FLOXBOT_GITHUB_ACCESS_TOKEN_REPO_SCOPE }}"

- name: "Test: nix --version"
run: |
Expand Down Expand Up @@ -124,6 +124,7 @@ jobs:
# not ready yet
FLOX_BASH_PASSTHRU: true
run: |
export NIX_PATH="nixpkgs=flake:nixpkgs"
export NIX_CONFIG="experimental-features = nix-command flakes"
RAND=$RANDOM
nix build --accept-flake-config -vv -L --impure --expr '(with import <nixpkgs> { system = "x86_64-linux"; }; runCommand "foo-'"$RAND"'" {} "uname -mo > $out")'
Expand Down Expand Up @@ -184,6 +185,7 @@ jobs:
# not ready yet
FLOX_BASH_PASSTHRU: true
run: |
export NIX_PATH="nixpkgs=flake:nixpkgs"
export NIX_CONFIG="experimental-features = nix-command flakes"
RAND=$RANDOM
nix build --accept-flake-config -L --impure --expr '(with import <nixpkgs> { system = "x86_64-linux"; }; runCommand "foo-'"$RAND"'" {} "uname -mo > $out")'
Expand Down

0 comments on commit d154ebc

Please sign in to comment.