aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2023-12-07 07:59:26 -0500
committerNathan Perry <np@nathanperry.dev>2023-12-07 07:59:26 -0500
commit48aa684dece2696e21fd871eb6f3825f28fe0200 (patch)
treec04470c3ff657e9a816246a991c4df465aa98877 /flake.nix
parentdd2d37e228133e6c531e9e06fec7e85144d2cc34 (diff)
nix: bump to 23.11, pkgconfig -> pkg-config
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index af73850..482f190 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
- flake-utils.url = "github:numtide/flake-utils/master";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
+ flake-utils.url = "github:numtide/flake-utils/main";
rust-overlay = {
url = "github:oxalica/rust-overlay/master";
@@ -30,7 +30,7 @@
deps = pkgs: with pkgs; [
openssl
- pkgconfig
+ pkg-config
libopus
postgresql
];