diff --git a/flake.nix b/flake.nix index 323f4b2..89ba714 100644 --- a/flake.nix +++ b/flake.nix @@ -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 =