Skip to content

Commit

Permalink
Update nix flake for .NET 9 (#34480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby222 authored and sleepyyapril committed Jan 20, 2025
1 parent 7d00f30 commit 4cf4e53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set -e
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
fi
use nix
use nix
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

0 comments on commit 4cf4e53

Please sign in to comment.