mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-01 01:31:35 +00:00
github: don't override nixpkgs version (use the lock file's version)
I don't know what it was overridden here, but it meant that CI didn't notice that the package was broken (#299).
This commit is contained in:
parent
3cf1d629c8
commit
36ae9421ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-linux.yml
vendored
2
.github/workflows/nix-linux.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
|||
with:
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
- run: nix flake check --print-build-logs --show-trace --override-input nixpkgs github:NixOS/nixpkgs
|
||||
- run: nix flake check --print-build-logs --show-trace
|
||||
|
|
Loading…
Reference in a new issue