Skip to content

Commit

Permalink
Update About text
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Jan 25, 2024
1 parent 7225c9b commit 1e65730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/HomePage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)


allPackages =
[ "geopkgs.gdal", "geopkgs.gdal-minimal", "geopkgs.pdal", "geopkgs.grass", "geopkgs.qgis", "geopkgs.qgis-ltr", "pkgs.sl" ]

Expand All @@ -19,8 +20,8 @@ allPgPackages =

aboutText =
"""
In a world of horrendously complex software developed by myriads of authors,
create a declarative and reproducible geospatial environment, lovely built to
In a world of horrendously complex software developed by myriads of authors, be
smart, use Nix and create reproducible geospatial environment, lovely built to
work together on any modern Linux distribution.
"""

Expand Down Expand Up @@ -127,6 +128,7 @@ containerTemplateComment =
containerTemplate =
"""
nix run github:imincik/geospatial-nix#geonixcli -- container shell
docker run --rm -it shell:latest
"""

Expand Down
4 changes: 2 additions & 2 deletions src/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5403,7 +5403,7 @@ var $author$project$HomePage$UpdateShellHook = function (a) {
return {$: 'UpdateShellHook', a: a};
};
var $elm$html$Html$a = _VirtualDom_node('a');
var $author$project$HomePage$aboutText = '\nIn a world of horrendously complex software developed by myriads of authors,\ncreate a declarative and reproducible geospatial environment, lovely built to\nwork together on any modern Linux distribution.\n';
var $author$project$HomePage$aboutText = '\nIn a world of horrendously complex software developed by myriads of authors, be\nsmart, use Nix and create reproducible geospatial environment, lovely built to\nwork together on any modern Linux distribution.\n';
var $elm$html$Html$button = _VirtualDom_node('button');
var $elm$json$Json$Encode$string = _Json_wrap;
var $elm$html$Html$Attributes$stringProperty = F2(
Expand All @@ -5415,7 +5415,7 @@ var $elm$html$Html$Attributes$stringProperty = F2(
});
var $elm$html$Html$Attributes$class = $elm$html$Html$Attributes$stringProperty('className');
var $author$project$HomePage$configTemplateComment = '\n- Copy and paste configuration to geonix.nix file\n';
var $author$project$HomePage$containerTemplate = '\nnix run github:imincik/geospatial-nix#geonixcli -- container shell\ndocker run --rm -it shell:latest\n';
var $author$project$HomePage$containerTemplate = '\nnix run github:imincik/geospatial-nix#geonixcli -- container shell\n\ndocker run --rm -it shell:latest\n';
var $author$project$HomePage$containerTemplateComment = '\n- Run following commands to build and run environment in container\n';
var $elm$html$Html$div = _VirtualDom_node('div');
var $elm$html$Html$h1 = _VirtualDom_node('h1');
Expand Down

0 comments on commit 1e65730

Please sign in to comment.