Merge "fix: eval error of .#devShells.x86_64-linux.x86_64-freebsd13" into main
This commit is contained in:
commit
d5804d0c6d
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,9 @@
|
||||||
crossSystems = [
|
crossSystems = [
|
||||||
"armv6l-linux"
|
"armv6l-linux"
|
||||||
"armv7l-linux"
|
"armv7l-linux"
|
||||||
"x86_64-freebsd13"
|
# FIXME: doesn't evaluate, plausibly fixed in >=24.05, so recheck when
|
||||||
|
# we update to 24.05
|
||||||
|
# "x86_64-freebsd13"
|
||||||
"x86_64-netbsd"
|
"x86_64-netbsd"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue