mirror of
https://github.com/oxalica/nil.git
synced 2024-11-21 15:56:00 +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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
# flake-compat doesn't support shallow repo.
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
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 ./.;
|
||||
}).defaultNix
|
||||
|
Loading…
Reference in New Issue
Block a user