Update nixpkgs
Some checks failed
Check / Lint Ansible Files (push) Failing after 1m54s

This commit is contained in:
Paul Brinkmeier 2026-05-17 20:31:54 +02:00
parent e625f7f505
commit ad6de45a32
2 changed files with 4 additions and 4 deletions

View File

@ -11,6 +11,6 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3
- run: python3 -m venv venv
- run: venv/bin/pip --disable-pip-version-check install ansible==12.0.0 ansible-lint==25.8.2
- run: venv/bin/pip --disable-pip-version-check install ansible-core==2.20.5 ansible-lint==25.8.2
- run: venv/bin/ansible-lint -c .ansible-lint ansible
# TODO: Reimplement ansible-play --check step from old drone config

6
flake.lock generated
View File

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1759779330,
"narHash": "sha256-xZOU0j9Ix5IkOEDKM91ownNNmOcfDhAbhSCtG6FiPl4=",
"lastModified": 1779042148,
"narHash": "sha256-0/iVMQ31Zna06KJselli3hFuGy4HKacyJ8UxmWMrNZI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "41da8f041b93896fa4758c7291a65bc96d1ed6cc",
"rev": "3ef9dc56727d66ad28c2c3608da7261391ca18ad",
"type": "github"
},
"original": {