Skip to content

Commit

Permalink
Update Nix Direnv .NET SDK (#436)
Browse files Browse the repository at this point in the history
# Description

Nixpkgs updated `8.0.x` to `8.0.3xx` but we need `8.0.1xx`
  • Loading branch information
DEATHB4DEFEAT authored Jun 11, 2024
1 parent 106cdd8 commit 00381a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ in import (builtins.fetchTarball {

let
dependencies = with pkgs; [
dotnetCorePackages.sdk_8_0
dotnetCorePackages.sdk_8_0_1xx
glfw
SDL2
libGL
Expand Down

0 comments on commit 00381a4

Please sign in to comment.