Skip to content

Commit 3883208

Browse files
committed
Update flake.nix to nixos-23.05
1 parent 812da1e commit 3883208

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

flake.lock

Lines changed: 28 additions & 10 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 = "A S-Expression Parser for C++";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
66

77
tinycmmc.url = "github:grumbel/tinycmmc";
88
tinycmmc.inputs.nixpkgs.follows = "nixpkgs";
@@ -14,8 +14,8 @@
1414
{
1515
packages = rec {
1616
default = sexp-cpp;
17+
1718
sexp-cpp = pkgs.callPackage ./sexpcpp.nix {
18-
stdenv = pkgs.gcc12Stdenv;
1919
tinycmmc = tinycmmc.packages.${pkgs.system}.default;
2020
};
2121
};

0 commit comments

Comments
 (0)