Skip to content

Commit 405c8a1

Browse files
committed
flake: rename pkgconfig to pkg-config
This was broken after NixOS/nixpkgs#192681
1 parent 0bd2a46 commit 405c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(system:
1111
let
1212
pkgs = nixpkgs.legacyPackages.${system};
13-
nativeBuildInputs = with pkgs; [ pkgconfig zfs.dev ];
13+
nativeBuildInputs = with pkgs; [ pkg-config zfs.dev ];
1414
in
1515
rec {
1616
devShell =

0 commit comments

Comments
 (0)