Update Darwin building and copier

This commit is contained in:
Greg Hellings
2024-01-22 12:16:56 -06:00
committed by greg-compass
parent 21540946b0
commit b9cca7d400
6 changed files with 25 additions and 31 deletions
+1 -5
View File
@@ -35,7 +35,6 @@
home.stateVersion = "23.05";
home.packages = with pkgs; [
bitwarden-cli
copier
diffutils
findutils
gh
@@ -54,8 +53,5 @@
tree
unzip
wget
] ++ ( if pkgs.system == "x86_64-linux" || pkgs.system == "aarch64-linux" then
# Linux-only packages here
[
] else []);
] ++ (if (pkgs.copier.version == "9.1.0") then [ pkgs.copier ] else []);
}