We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
copier
1 parent 9a20c61 commit f166fceCopy full SHA for f166fce
src/flake.nix.jinja
@@ -43,7 +43,7 @@
43
task = pkgs.go-task;
44
coreutils = pkgs.coreutils;
45
trunk = pkgs.trunk-io;
46
- copier = pkgs.copier;
+ copier = pkgs.python313.withPackages (ps: [ps.copier]);
47
in {
48
# Override pkgs argument
49
_module.args.pkgs = import inputs.nixpkgs {
0 commit comments