Skip to content

Commit 9f556f5

Browse files
1 parent 26d46b6 commit 9f556f5

File tree

3 files changed

+301
-215
lines changed

3 files changed

+301
-215
lines changed

.fastapi-mvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 7b2f93e
2+
_commit: 4564a5b
33
_src_path: .
44
aiohttp: true
55
author: Radosław Szamszur

.github/workflows/nix.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
env:
2121
NIX_CHANNEL: nixpkgs=channel:nixos-22.11
22+
NIX_INSTALL_URL: https://releases.nixos.org/nix/nix-2.13.3/install
2223

2324
jobs:
2425
meta:
@@ -52,6 +53,7 @@ jobs:
5253
- uses: cachix/install-nix-action@v18
5354
with:
5455
nix_path: ${{ env.NIX_CHANNEL }}
56+
install_url: ${{ env.NIX_INSTALL_URL }}
5557
# Remove bellow step if you do not want to use Cachix - Nix binary cache.
5658
# For OpenSource projects there is free 5GB of storage.
5759
# https://www.cachix.org
@@ -85,6 +87,7 @@ jobs:
8587
with:
8688
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
8789
nix_path: ${{ env.NIX_CHANNEL }}
90+
install_url: ${{ env.NIX_INSTALL_URL }}
8891
# Remove bellow step if you do not want to use Cachix - Nix binary cache.
8992
# For OpenSource projects there is free 5GB of storage.
9093
# https://www.cachix.org

0 commit comments

Comments
 (0)