Fix recursion and coiper builds

This commit is contained in:
Greg Hellings
2024-01-22 18:37:41 +00:00
parent b9cca7d400
commit b22dfd6f96
3 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -35,6 +35,7 @@
home.stateVersion = "23.05";
home.packages = with pkgs; [
bitwarden-cli
copier
diffutils
findutils
gh
@@ -53,5 +54,5 @@
tree
unzip
wget
] ++ (if (pkgs.copier.version == "9.1.0") then [ pkgs.copier ] else []);
];
}