Lets just look how its going to be with lix
Some checks failed
ci/woodpecker/push/flake-check Pipeline failed
Some checks failed
ci/woodpecker/push/flake-check Pipeline failed
This commit is contained in:
parent
c249553b2e
commit
44c2a6c3aa
|
@ -1,8 +1,11 @@
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
- event: push
|
||||||
|
path:
|
||||||
|
- '.woodpecker/**'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Run nix flake check"
|
- name: "Run nix flake check"
|
||||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
image: ghcr.io/lix-project/lix:latest
|
||||||
commands:
|
commands:
|
||||||
- nix flake check
|
- nix --extra-experimental-features 'nix-command flakes' flake check
|
||||||
|
|
Loading…
Reference in a new issue