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