diff options
| author | Nathan Perry <np@nathanperry.dev> | 2023-12-07 07:59:26 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2023-12-07 07:59:26 -0500 |
| commit | 48aa684dece2696e21fd871eb6f3825f28fe0200 (patch) | |
| tree | c04470c3ff657e9a816246a991c4df465aa98877 /flake.nix | |
| parent | dd2d37e228133e6c531e9e06fec7e85144d2cc34 (diff) | |
nix: bump to 23.11, pkgconfig -> pkg-config
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ]; |
