Update to nixpkgs 24.05 (#28529)

This commit is contained in:
stellar-novas
2024-06-02 15:49:31 -04:00
committed by GitHub
parent 4eadbbc39d
commit 81821e87af
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
description = "Development environment for Space Station 14";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }: