packages feed

cabal2nix-2.16.0: test/golden-test-cases/system-argv0.nix.golden

{ mkDerivation, base, bytestring, lib, system-filepath, text }:
mkDerivation {
  pname = "system-argv0";
  version = "0.1.1";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base bytestring system-filepath text ];
  homepage = "https://john-millikin.com/software/haskell-filesystem/";
  description = "Get argv[0] as a FilePath";
  license = lib.licenses.mit;
}