Update nixpkgs
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-06-09 00:32:51 +02:00
parent 552a3c58a6
commit 083f93ec5f
3 changed files with 37 additions and 8 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
{
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.python3Packages.ansible
pkgs.python3Packages.ansible-lint
pkgs.ansible
pkgs.ansible-lint
];
shellHook = ''