Skip to content

Commit

Permalink
flake: rename pkgconfig to pkg-config
Browse files Browse the repository at this point in the history
This was broken after NixOS/nixpkgs#192681
  • Loading branch information
andrew-d committed Oct 3, 2022
1 parent 0bd2a46 commit 405c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -10,7 +10,7 @@
(system:
let
pkgs = nixpkgs.legacyPackages.${system};
nativeBuildInputs = with pkgs; [ pkgconfig zfs.dev ];
nativeBuildInputs = with pkgs; [ pkg-config zfs.dev ];
in
rec {
devShell =
Expand Down

0 comments on commit 405c8a1

Please sign in to comment.