Skip to content

Commit

Permalink
Fix nix devShell (#22663)
Browse files Browse the repository at this point in the history
  • Loading branch information
yathxyz authored and DebugOk committed Dec 22, 2023
1 parent 098c53e commit b3581eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "Development environment for Space Station 14";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, flake-utils }:
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit b3581eb

Please sign in to comment.