devel: downgrade to fable 4.26

This commit is contained in:
2026-01-05 16:11:47 +01:00
parent 18bb207e4a
commit 2f7be7b051
2 changed files with 3 additions and 2 deletions

1
.envrc
View File

@@ -12,6 +12,7 @@ use nix
unset TMP TMPDIR TEMP TEMPDIR
export NPINS_DIRECTORY="nix"
export APP_ENV=$USER
# HACK: Configure Rider to use the correct .NET paths from an ambient .NET
use_rider_dotnet() {

View File

@@ -8,8 +8,8 @@ let
agenix = pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { };
fable = pkgs.buildDotnetGlobalTool {
pname = "fable";
version = "4.28.0";
nugetHash = "sha256-t5Kex6sVe1B/xErMfDav+WGEjeZjndRNQA2r0FvL92g=";
version = "4.26.0";
nugetHash = "sha256-nhIGVwu6kHTW+t0hiD1Pha3+ErE5xACBrVDgFP6qMnc=";
};
in
pkgs.mkShellNoCC {