Skip to content

Commit 289cae8

Browse files
committed
Update to nixos-24.05
1 parent e07830c commit 289cae8

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

flake.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Windstille Sound Engine";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
5+
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-24.05";
66
flake-utils.url = "github:numtide/flake-utils";
77

88
tinycmmc.url = "github:grumbel/tinycmmc";
@@ -50,7 +50,7 @@
5050
default = wstsound;
5151

5252
wstsound = pkgs.callPackage ./wstsound.nix {
53-
stdenv = pkgs.gcc12Stdenv;
53+
stdenv = pkgs.stdenv;
5454

5555
tinycmmc = tinycmmc.packages.${pkgs.system}.default;
5656

0 commit comments

Comments
 (0)