Skip to content

Commit

Permalink
ansibe-mgit: add
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 27, 2024
1 parent 6cfa82e commit b80b030
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions pkgs/ansible-mgit/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ ansible
, python3Packages
}:

ansible.overrideAttrs (a: {
pname = "ansible-mgit";
# add missing hcloud dependency to ansible
propagatedBuildInputs = a.propagatedBuildInputs ++ (with python3Packages; [
hcloud
]);
})

0 comments on commit b80b030

Please sign in to comment.