{ mkDerivation, base, lib, nix, process }: mkDerivation { pname = "nix-paths"; version = "1.0.1"; sha256 = "deadbeef"; libraryHaskellDepends = [ base process ]; libraryToolDepends = [ nix ]; homepage = "https://github.com/peti/nix-paths"; description = "Knowledge of Nix's installation directories"; license = lib.licenses.bsd3; }