Browse Source

update default.nix

master
Lucian Pricop 2 years ago
parent
commit
a54d2e84ee
  1. 4
      composer.json
  2. 2
      default.nix

4
composer.json

@ -1,7 +1,7 @@
{
"name": "laravel/laravel",
"name": "search-and-displace-core",
"type": "project",
"description": "The Laravel Framework.",
"description": "Search and displace Core, web interface",
"keywords": [
"framework",
"laravel"

2
default.nix

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

Loading…
Cancel
Save