mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
fix flake update
This commit is contained in:
parent
109caf8e80
commit
e6cb2a2a72
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
# FIXME macos garbage currently collect also nix-shell that runs the test
|
# FIXME macos garbage currently collect also nix-shell that runs the test
|
||||||
#os: [ ubuntu-latest, macos-latest ]
|
#os: [ ubuntu-latest, macos-latest ]
|
||||||
variants: [ stable, unstable, bash4 ]
|
variants: [ stable, latest, bash4 ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@
|
||||||
test-runner-stable = pkgs.callPackage ./test-runner.nix {
|
test-runner-stable = pkgs.callPackage ./test-runner.nix {
|
||||||
nixVersion = "stable";
|
nixVersion = "stable";
|
||||||
};
|
};
|
||||||
test-runner-unstable = pkgs.callPackage ./test-runner.nix {
|
test-runner-latest = pkgs.callPackage ./test-runner.nix {
|
||||||
nixVersion = "unstable";
|
nixVersion = "latest";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue