Browse Source

update default.nix

master
Lucian Pricop 2 years ago
parent
commit
977b38e82f
  1. 4
      default.nix

4
default.nix

@ -1,6 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
{
phpPack = import ./php-packages.nix {
inherit composerEnv noDev;
inherit (pkgs) fetchurl fetchgit fetchhg fetchsvn;
};
source = stdenv.mkDerivation {
name = "searchanddisplace-core-source";
src = builtins.fetchGit {

Loading…
Cancel
Save