]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix nix devShell (#22663)
authoryathxyz <me@yath.xyz>
Sun, 17 Dec 2023 16:55:37 +0000 (16:55 +0000)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2023 16:55:37 +0000 (17:55 +0100)
flake.lock
flake.nix
shell.nix

index 42b72caa2b00dc8a633477a7edac792a42eb4669..dccd6e6b01015f2e72dbb0db59b853e6d8a8fcab 100644 (file)
@@ -5,11 +5,11 @@
         "systems": "systems"
       },
       "locked": {
-        "lastModified": 1685518550,
-        "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
+        "lastModified": 1701680307,
+        "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
         "owner": "numtide",
         "repo": "flake-utils",
-        "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
+        "rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
         "type": "github"
       },
       "original": {
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1686226347,
-        "narHash": "sha256-XSe3DXyslXbEMkkPEAZRqNuab5dZbFndpt30BFk5/Hw=",
+        "lastModified": 1702780907,
+        "narHash": "sha256-blbrBBXjjZt6OKTcYX1jpe9SRof2P9ZYWPzq22tzXAA=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "5c4b536bc7e94fec9ea542ffde996646a77f33e5",
+        "rev": "1e2e384c5b7c50dbf8e9c441a9e58d85f408b01f",
         "type": "github"
       },
       "original": {
         "owner": "NixOS",
-        "ref": "release-23.05",
+        "ref": "release-23.11",
         "repo": "nixpkgs",
         "type": "github"
       }
index 4617b6574377c2b0526119c7c5be0192bfca6940..e2e119eb9971a33ba3eca5358cfe4bc738784caa 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -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 }:
index ceb775cc99eff9b27044060f3deafbcf72ec2fc2..9c8fe310feafae78a3c495367d0c2cd6c9d71f9f 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -2,7 +2,7 @@
 
 let
   dependencies = with pkgs; [
-    dotnetCorePackages.sdk_7_0
+    dotnetCorePackages.sdk_8_0
     glfw
     SDL2
     libGL