Skip to content

Commit

Permalink
default.nix: set shortName appropriately for this app
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Sep 13, 2017
1 parent 60ff2b6 commit d9dff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
in (with args; {
digitalMarketplaceSupplierFrontendEnv = (pkgs.stdenv.mkDerivation rec {
name = "digitalmarketplace-supplier-frontend-env";
shortName = "dm-sup-fe";
shortName = "dm-br-rs-fe";
buildInputs = [
pythonPackages.virtualenv
pkgs.nodejs
Expand Down

0 comments on commit d9dff5b

Please sign in to comment.