packages feed

cabal2nix-2.16.0: test/golden-test-cases/nix-paths.nix.golden

{ 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;
}