fix build against Nix 2.24 (#40)
* bump nixpkgs * fix build against nix 2.24 * depend on nix 2.24
This commit is contained in:
@@ -36,7 +36,7 @@ executable nix-serve
|
||||
cxx-sources: cbits/nix.cpp
|
||||
, cbits/nix.hh
|
||||
|
||||
cxx-options: -std=c++17
|
||||
cxx-options: -std=c++20
|
||||
|
||||
build-depends: base < 5
|
||||
, base16 >= 1.0
|
||||
|
||||
Reference in New Issue
Block a user