Skip to content

Commit

Permalink
Update flake.nix to nixos-23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed May 24, 2023
1 parent f135a32 commit 17956d2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
32 changes: 25 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "A simple joystick tester based on Gtk+";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils";
};

Expand All @@ -20,13 +20,13 @@

src = nixpkgs.lib.cleanSource ./.;

nativeBuildInputs = [
pkgs.cmake
pkgs.pkgconfig
nativeBuildInputs = with pkgs; [
cmake
pkgconfig
];

buildInputs = [
pkgs.gtkmm3
buildInputs = with pkgs; [
gtkmm3
];
};
};
Expand Down

0 comments on commit 17956d2

Please sign in to comment.