{"id":20969987,"url":"https://github.com/aycanirican/kitsilano","last_synced_at":"2026-04-13T14:32:30.460Z","repository":{"id":72248529,"uuid":"181095236","full_name":"aycanirican/kitsilano","owner":"aycanirican","description":"Portable Development Environment for myself","archived":false,"fork":false,"pushed_at":"2021-12-23T21:23:30.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-29T14:35:11.582Z","etag":null,"topics":["docker","emacs","ghc","haskell","jupyter","nix","selenium"],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aycanirican.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-12T23:11:54.000Z","updated_at":"2021-12-23T21:23:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6b9693b-d51c-4913-b525-b84b715c9440","html_url":"https://github.com/aycanirican/kitsilano","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aycanirican/kitsilano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aycanirican%2Fkitsilano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aycanirican%2Fkitsilano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aycanirican%2Fkitsilano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aycanirican%2Fkitsilano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aycanirican","download_url":"https://codeload.github.com/aycanirican/kitsilano/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aycanirican%2Fkitsilano/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","emacs","ghc","haskell","jupyter","nix","selenium"],"created_at":"2024-11-19T03:55:57.264Z","updated_at":"2026-04-13T14:32:30.424Z","avatar_url":"https://github.com/aycanirican.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kitsilano\nPortable Development Environment for myself\n\n## For practical users\n\nKitsilano project provides below tools pre-configured and ready to run\nas simple as possible.\n\n  - Latest Stable GHC compiler\n\n  - Emacs 27.2 (has lots of tools already configured, use `$HOME/.kits.el`\n    to override default configuration)\n\t\n  - iHaskell jupyter notebook (along with a few ihaskell packages like\n    aeson, gnuplot, juicypixels etc...)\n\nThere are two possible ways to execute each tool. \n\n  - NixOS: Run them in your current profile (optional: use cachix)\n  - Docker: Build a docker image or use pre-built images\n\nIf you're using NixOS, you can execute tools by simply Abuilding it\nsince Nix already provides isolation. If you don't have NixOS, you can\nbuild a docker image and use your own docker server.\n\n### Run In in NixOS\n~~~\n# Run ghc interpreter\n$(nix-build -A haskell.run) --interactive\n\n# Run Emacs with arguments you like:\n$(nix-build -A emacs.run) -nw\n\n# Run ihaskell jupyter notebook which listens on 8888\n$(nix-build -A ihaskell.run)\n~~~\n\n### Execute in docker container\n~~~\n# GHCi with most popular packages included\n$(nix-build -A haskell.runContainer) --interactive\n\n#ihaskell\n$(nix-build -A ihaskell.runContainer)\n\n# emacs\n$(nix-build -A emacs.run --argstr withContainer true)\n\n~~~\n\n### Run prebuilt container image (skip loading generated image)\n~~~\nMODE=development $(nix-build -A emacs.run)\n~~~\n\n### Using as an overlay\nIf you're using NixOS or Nix package manager, you can use this\nrepository's overlays directory and get advantage of nix overlays.\n\nTODO: write how to use overlays...\n\n## For developers\n\n### Publishing new versions via docker hub\n\n~~~\n$(nix-build -A emacs.publish --argstr pkgsPath ~/nixpkgs --argstr image-id 123456789 --argstr new-version --argstr withContainer true)\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faycanirican%2Fkitsilano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faycanirican%2Fkitsilano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faycanirican%2Fkitsilano/lists"}