{ depot ? (import ../../../. {}) , pkgs ? depot.third_party.nixpkgs , ... }: let basePkg = pkgs.haskellPackages.callPackage ./pkg.nix { }; in pkgs.haskell.lib.overrideSrc basePkg { src = depot.third_party.gitignoreSource ./.; version = "canon"; }
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
{ depot ? (import ../../../. {}) , pkgs ? depot.third_party.nixpkgs , ... }: let basePkg = pkgs.haskellPackages.callPackage ./pkg.nix { }; in pkgs.haskell.lib.overrideSrc basePkg { src = depot.third_party.gitignoreSource ./.; version = "canon"; }