Browse Source

update default.nix

master
Lucian Pricop 2 years ago
parent
commit
3dc2505013
  1. 2
      default.nix

2
default.nix

@ -1,7 +1,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, noDev ? true}:
with pkgs;
let
composerEnv = import ./composer-env.nix {
inherit (pkgs) stdenv lib writeTextFile fetchurl php unzip phpPackages;

Loading…
Cancel
Save