Fix nix devShell (#22663)

This commit is contained in:
yathxyz
2023-12-17 16:55:37 +00:00
committed by GitHub
parent 58f6086cb7
commit a5a6e653a3
3 changed files with 9 additions and 9 deletions

View File

@@ -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 }: