Skip to content

Commit 44ae14c

Browse files
committed
build: filter by arch to prevent duplicated
1 parent 007cb7a commit 44ae14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}) architectures)) // (pkgs.lib.listToAttrs (map ({arch, ...} @ args: {
114114
name = "image-${arch}";
115115
value = containerPkg args;
116-
}) architectures));
116+
}) (builtins.catAttrs "arch" architectures)));
117117

118118
apps = {
119119
help = {

0 commit comments

Comments
 (0)