mirror of
https://github.com/oxalica/nil.git
synced 2024-11-24 23:14:34 +03:00
Fix flake-compat in CI
This commit is contained in:
parent
b3360ef76d
commit
40c75334a0
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -86,6 +86,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
# flake-compat doesn't support shallow repo.
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v17
|
uses: cachix/install-nix-action@v17
|
||||||
with:
|
with:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
|
||||||
src = builtins.fetchGit ./.;
|
src = builtins.fetchGit ./.;
|
||||||
}).defaultNix
|
}).defaultNix
|
||||||
|
Loading…
Reference in New Issue
Block a user