diff --git a/composer.json b/composer.json index d85d460..09a2b2b 100644 --- a/composer.json +++ b/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" diff --git a/default.nix b/default.nix index 0df6cda..9022125 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ {pkgs ? import { inherit system; - }, system ? builtins.currentSystem, noDev ? false}: + }, system ? builtins.currentSystem, noDev ? true}: let composerEnv = import ./composer-env.nix {