diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-05-08 14:57:46 -0700 |
---|---|---|
committer | jade <lix@jade.fyi> | 2024-05-09 13:07:30 +0000 |
commit | d1dacad7084c44b6c36fa367f7ae49c478bbedfe (patch) | |
tree | 1651b7ba40f9d4ed6440927861b1ebfb95e70e65 /flake.nix | |
parent | 010bbd1b0e5d57013774ef655cbe886d7a6b434e (diff) |
fix: eval error of .#devShells.x86_64-linux.x86_64-freebsd13
This is broken and our resident nixbsd maintainers say it should
probably just be temporarily removed till we switch to 24.05 instead of
diagnosing it.
Originally introduced in: https://github.com/nixos/nix/pull/8887
Fixes: https://git.lix.systems/lix-project/lix/issues/277
Change-Id: I1e7db8859620024a7b37dbd0cc1c5ec139b9e5cb
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -83,7 +83,9 @@ crossSystems = [ "armv6l-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" ]; |