Lucian Pricop 2 years ago
parent
commit
61309895e7
  1. 2
      default.nix

2
default.nix

@ -1,6 +1,6 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, noDev ? true}:
}, stdenv, system ? builtins.currentSystem, noDev ? true}:
let
composerEnv = import ./composer-env.nix {

Loading…
Cancel
Save