mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-14 21:11:13 +01:00
nix-direnv: install flake by default
This commit is contained in:
parent
e01b0cdedb
commit
27ab2f270a
1 changed files with 1 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -10,15 +10,11 @@ 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 ]
|
||||||
nix-install-url:
|
|
||||||
- https://nixos.org/nix/install
|
|
||||||
- https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v14
|
- uses: cachix/install-nix-action@v15
|
||||||
with:
|
with:
|
||||||
install_url: ${{ matrix.nix-install-url }}
|
|
||||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue