Skip to content

Commit d1cd3a3

Browse files
committed
Update flake.nix to nixos-22.05
1 parent 2979a05 commit d1cd3a3

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "external/cmake-modules"]
2-
path = external/cmake-modules
3-
url = https://gitlab.com/grumbel/cmake-modules.git
1+
[submodule "external/tinycmmc"]
2+
path = external/tinycmmc
3+
url = https://github.com/grumbel/tinycmmc.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project(wstsound VERSION 0.3.0)
2121
# instead of the OpenAL framework that is missing effects support.
2222
set(CMAKE_FIND_FRAMEWORK "LAST")
2323

24-
set(TINYCMMC_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/external/cmake-modules/modules/")
24+
set(TINYCMMC_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/external/tinycmmc/modules/")
2525
find_package(tinycmmc CONFIG)
2626
message(STATUS "tinycmmc module path: ${TINYCMMC_MODULE_PATH}")
2727
list(APPEND CMAKE_MODULE_PATH ${TINYCMMC_MODULE_PATH})

external/tinycmmc

Submodule tinycmmc added at 22c7740

flake.lock

Lines changed: 14 additions & 14 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,10 +2,10 @@
22
description = "Windstille Sound Engine";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
66
flake-utils.url = "github:numtide/flake-utils";
77

8-
tinycmmc.url = "gitlab:grumbel/cmake-modules";
8+
tinycmmc.url = "github:grumbel/tinycmmc";
99
tinycmmc.inputs.nixpkgs.follows = "nixpkgs";
1010
tinycmmc.inputs.flake-utils.follows = "flake-utils";
1111
};

0 commit comments

Comments
 (0)