Skip to content

Commit

Permalink
template: add dev shell extra py example
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jun 20, 2024
1 parent 06d44f1 commit bb84436
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
];
};
in {
default = pkgs.mkAnsibleDevShell {};
default = pkgs.mkAnsibleDevShell {
# For extra packages not included yet uncomment the next line and add the packages needed in the list
# extraAnsiblePy = [ "xyz" ];
};
});
};
}

0 comments on commit bb84436

Please sign in to comment.