Skip to content

Commit

Permalink
Update Nix flake to nixos-23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Jan 11, 2024
1 parent 0f66160 commit a73cfcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";

tinycmmc.url = "github:grumbel/tinycmmc";
Expand Down
4 changes: 2 additions & 2 deletions sdl-jstest.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, SDL2
, ncurses
, cmake
, pkgconfig
, pkg-config
, appstream-glib
, mcfgthreads

Expand Down Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation {

nativeBuildInputs = [
cmake
pkgconfig
pkg-config
];

buildInputs = [
Expand Down

0 comments on commit a73cfcb

Please sign in to comment.