mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 09:55:37 +00:00
try pinning nix version in lockfile update
This commit is contained in:
parent
a47bcf8949
commit
b15fd34e30
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@v11
|
uses: DeterminateSystems/nix-installer-action@v11
|
||||||
|
with:
|
||||||
|
nix-package-url: https://releases.nixos.org/nix/nix-2.18.4/nix-2.18.4-x86_64-linux.tar.xz
|
||||||
- name: Check Nixpkgs Inputs
|
- name: Check Nixpkgs Inputs
|
||||||
uses: DeterminateSystems/flake-checker-action@v7
|
uses: DeterminateSystems/flake-checker-action@v7
|
||||||
- name: Add Nix Cache
|
- name: Add Nix Cache
|
||||||
|
Loading…
Reference in New Issue
Block a user