flake: bump nixpkgs to 23.11, fix deprecated pkgconfig usage

This commit is contained in:
Pierre Bourdon 2024-02-21 00:00:26 +01:00
parent 919045560c
commit c09f3125d5
Signed by untrusted user: delroth
GPG key ID: 6FB80DCD84DA0F1C
2 changed files with 6 additions and 6 deletions

View file

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1673527292, "lastModified": 1708440434,
"narHash": "sha256-903EpRSDCfUvic7Hsiqwy+h7zlMTLAUbCXkEGGriCfM=", "narHash": "sha256-XY+B9mbhL/i+Q6fP6gBQ6P76rv9rWtpjQiUJ+DGtaUg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6a3f9996408c970b99b8b992b11bb249d1455b62", "rev": "526d051b128b82ae045a70e5ff1adf8e6dafa560",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-22.11-small", "ref": "nixos-23.11-small",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -1,7 +1,7 @@
{ {
description = "Script for generating Nixpkgs/NixOS channels"; description = "Script for generating Nixpkgs/NixOS channels";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }:
{ {
@ -10,7 +10,7 @@
name = "nixos-channel-native-programs"; name = "nixos-channel-native-programs";
buildInputs = [ buildInputs = [
nix nix
pkgconfig pkg-config
boehmgc boehmgc
nlohmann_json nlohmann_json
boost boost