{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":675150962,"defaultBranch":"main","name":"kickstart.nix","ownerLogin":"ALT-F4-LLC","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-08-06T00:38:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/87674867?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715073789.0","currentOid":""},"activityList":{"items":[{"before":"498f9307b3cf9bb193533a7763c23bacfa2a2e4f","after":null,"ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-04T02:40:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"}},{"before":"de38d083adac0b7318aa98632fb52aa3ddacd2a2","after":"d40103fe5ec8498b88b5c7f6604addd0d44bc47d","ref":"refs/heads/main","pushedAt":"2024-06-04T02:40:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"Update GitHub Actions and Nix Configurations (#62)\n\n* feat: update GitHub workflows and justfile configurations\r\n\r\n- Add `CACHIX_BINARY_CACHE` environment variable to GitHub workflows for dynamic cache name usage\r\n- Upgrade `cachix/cachix-action` from v12 to v14 in all workflows\r\n- Update `actions/checkout` from v3 to v4 in all workflows\r\n- Remove `cache-build`, `cache-inputs`, and `cache-shell` recipes from justfile\r\n- Update flake.lock with new revisions and narHashes for `flake-parts` and `nixpkgs` dependencies\r\n- Simplify `nix develop` commands in workflows by removing explicit cache usage and recipe calls\r\n\r\n* chore: add renovate configuration file for dependency management\r\n\r\n* chore: replace DeterminateSystems/nix-installer-action with cachix/install-nix-action\r\n\r\n- Updated .github/workflows/flake-home-manager.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.\r\n- Updated .github/workflows/flake-language.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.\r\n- Updated .github/workflows/flake-system.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.\r\n- Updated .github/workflows/flake.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.\r\n\r\n* refactor: update build scripts and flake configurations\r\n\r\n- Removed `temp_dir` variable and cleaned up build scripts in `justfile`.\r\n- Updated `build-template` to use `mktemp` for temporary directories.\r\n- Added `set -euxo pipefail` to ensure scripts fail on errors.\r\n- Modified `build-darwin`, `build-home-manager`, `build-language`, `build-nixos-desktop`, and `build-nixos-minimal` to use the new `build-template` logic.\r\n- Reordered fields in `template/haskell/flake.nix` for consistency.\r\n- Removed `nodejs` inheritance in `template/vite-react/flake.nix` and cleaned up package definition.\r\n\r\n* chore: add bash shebang and strict mode to build profile in justfile\r\n\r\n- Added `#!/usr/bin/env bash` to specify the script interpreter.\r\n- Enabled strict mode with `set -euxo pipefail` for better error handling.\r\n\r\n* refactor: update workflows to use temporary directories\r\n\r\n- Updated flake-home-manager.yml to create and use a temporary directory for the build process.\r\n- Updated flake-system.yml to create and use a temporary directory for the build process.\r\n- Modified justfile to accept a temporary directory parameter for build-template, build-darwin, and build-home-manager tasks.\r\n- Ensured temporary directories are created and used consistently across scripts to improve build isolation and reliability.\r\n\r\n* refactor(workflows): remove temporary directory creation\r\n\r\n- Removed the creation of temporary directories in flake-home-manager.yml and flake-system.yml workflows.\r\n- Updated justfile to eliminate the temp_dir parameter from build-darwin and build-home-manager recipes.\r\n- Simplified the build-template invocation in the justfile.\r\n\r\n* fix(workflows): update build commands to include temporary directory\r\n\r\n- Updated `flake-home-manager.yml` to pass `${{ runner.temp }}` to the `build-home-manager` command.\r\n- Updated `flake-system.yml` to pass `${{ runner.temp }}` to the `build-darwin` command.\r\n- Modified `justfile` to include `temp_dir` parameter in `build-darwin` and `build-home-manager` commands.\r\n- Moved `check` command in `justfile` for better organization.\r\n\r\n* fix(workflows): create build directory before running nix commands\r\n\r\n- Ensure the build directory is created in the runner's temporary directory before executing nix develop commands in both flake-home-manager.yml and flake-system.yml workflows.\r\n- This change addresses potential issues with missing directories during the build process.\r\n\r\n* refactor(workflows): use environment variable for temporary build directory\r\n\r\n- Added TEMP_DIR environment variable to GitHub Actions workflows for flake-home-manager, flake-language, and flake-system.\r\n- Updated job steps to use the TEMP_DIR environment variable instead of hardcoding the temporary directory path.\r\n- Modified justfile to accept temp_dir as a parameter for build-home-manager, build-language, build-nixos-desktop, and build-nixos-minimal tasks.\r\n- Ensured consistency in passing the temporary directory to the build-template function across all tasks.\r\n\r\n* refactor(workflows): remove TEMP_DIR environment variable\r\n\r\n- Removed the TEMP_DIR environment variable from flake-home-manager.yml, flake-language.yml, and flake-system.yml workflows.\r\n- Updated the mkdir and nix develop commands to use runner.temp directly instead of TEMP_DIR.\r\n- Ensured consistency across all workflow files by directly referencing runner.temp for temporary build directories.\r\n\r\n* chore(deps): update base dependency version to 4.18.2.1 in example.cabal","shortMessageHtmlLink":"Update GitHub Actions and Nix Configurations (#62)"}},{"before":"305cb34fd2bf9e5f8c9bf47e19e8ec076f779da8","after":"498f9307b3cf9bb193533a7763c23bacfa2a2e4f","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-04T02:36:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"chore(deps): update base dependency version to 4.18.2.1 in example.cabal","shortMessageHtmlLink":"chore(deps): update base dependency version to 4.18.2.1 in example.cabal"}},{"before":"29b28d4748e2b697ec8a365bdad96bee65d9060e","after":"305cb34fd2bf9e5f8c9bf47e19e8ec076f779da8","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-04T02:17:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"refactor(workflows): remove TEMP_DIR environment variable\n\n- Removed the TEMP_DIR environment variable from flake-home-manager.yml, flake-language.yml, and flake-system.yml workflows.\n- Updated the mkdir and nix develop commands to use runner.temp directly instead of TEMP_DIR.\n- Ensured consistency across all workflow files by directly referencing runner.temp for temporary build directories.","shortMessageHtmlLink":"refactor(workflows): remove TEMP_DIR environment variable"}},{"before":"c70e16c5c1c8f987df06cb385b5ace7d37829f4e","after":"29b28d4748e2b697ec8a365bdad96bee65d9060e","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-04T02:11:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"refactor(workflows): use environment variable for temporary build directory\n\n- Added TEMP_DIR environment variable to GitHub Actions workflows for flake-home-manager, flake-language, and flake-system.\n- Updated job steps to use the TEMP_DIR environment variable instead of hardcoding the temporary directory path.\n- Modified justfile to accept temp_dir as a parameter for build-home-manager, build-language, build-nixos-desktop, and build-nixos-minimal tasks.\n- Ensured consistency in passing the temporary directory to the build-template function across all tasks.","shortMessageHtmlLink":"refactor(workflows): use environment variable for temporary build dir…"}},{"before":"7aaaa4c7f5a0059e3aaf26e2c57d99e9ff600dee","after":"c70e16c5c1c8f987df06cb385b5ace7d37829f4e","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-04T01:45:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"fix(workflows): create build directory before running nix commands\n\n- Ensure the build directory is created in the runner's temporary directory before executing nix develop commands in both flake-home-manager.yml and flake-system.yml workflows.\n- This change addresses potential issues with missing directories during the build process.","shortMessageHtmlLink":"fix(workflows): create build directory before running nix commands"}},{"before":"81e3a162d66fe53253d91aa5de16fda9722b3685","after":"7aaaa4c7f5a0059e3aaf26e2c57d99e9ff600dee","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-04T01:39:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"fix(workflows): update build commands to include temporary directory\n\n- Updated `flake-home-manager.yml` to pass `${{ runner.temp }}` to the `build-home-manager` command.\n- Updated `flake-system.yml` to pass `${{ runner.temp }}` to the `build-darwin` command.\n- Modified `justfile` to include `temp_dir` parameter in `build-darwin` and `build-home-manager` commands.\n- Moved `check` command in `justfile` for better organization.","shortMessageHtmlLink":"fix(workflows): update build commands to include temporary directory"}},{"before":"197692da75309782bef01d04fafd640ec2800bfe","after":"81e3a162d66fe53253d91aa5de16fda9722b3685","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-04T01:16:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"refactor(workflows): remove temporary directory creation\n\n- Removed the creation of temporary directories in flake-home-manager.yml and flake-system.yml workflows.\n- Updated justfile to eliminate the temp_dir parameter from build-darwin and build-home-manager recipes.\n- Simplified the build-template invocation in the justfile.","shortMessageHtmlLink":"refactor(workflows): remove temporary directory creation"}},{"before":"44510d37a8ba3a05652dc38837244ac504c978ac","after":"197692da75309782bef01d04fafd640ec2800bfe","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-03T21:45:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"refactor: update workflows to use temporary directories\n\n- Updated flake-home-manager.yml to create and use a temporary directory for the build process.\n- Updated flake-system.yml to create and use a temporary directory for the build process.\n- Modified justfile to accept a temporary directory parameter for build-template, build-darwin, and build-home-manager tasks.\n- Ensured temporary directories are created and used consistently across scripts to improve build isolation and reliability.","shortMessageHtmlLink":"refactor: update workflows to use temporary directories"}},{"before":"b42f706a55b247a93675ca8d7a711a7192bff23e","after":"44510d37a8ba3a05652dc38837244ac504c978ac","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-03T21:03:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"chore: add bash shebang and strict mode to build profile in justfile\n\n- Added `#!/usr/bin/env bash` to specify the script interpreter.\n- Enabled strict mode with `set -euxo pipefail` for better error handling.","shortMessageHtmlLink":"chore: add bash shebang and strict mode to build profile in justfile"}},{"before":"fb1fc56046f5decaf7fd396eac2ab63de59d8946","after":"b42f706a55b247a93675ca8d7a711a7192bff23e","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-03T21:00:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"refactor: update build scripts and flake configurations\n\n- Removed `temp_dir` variable and cleaned up build scripts in `justfile`.\n- Updated `build-template` to use `mktemp` for temporary directories.\n- Added `set -euxo pipefail` to ensure scripts fail on errors.\n- Modified `build-darwin`, `build-home-manager`, `build-language`, `build-nixos-desktop`, and `build-nixos-minimal` to use the new `build-template` logic.\n- Reordered fields in `template/haskell/flake.nix` for consistency.\n- Removed `nodejs` inheritance in `template/vite-react/flake.nix` and cleaned up package definition.","shortMessageHtmlLink":"refactor: update build scripts and flake configurations"}},{"before":"5ea70719dfe81e90d10278a7d9af4b8cb84886e5","after":"fb1fc56046f5decaf7fd396eac2ab63de59d8946","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-03T19:24:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"chore: replace DeterminateSystems/nix-installer-action with cachix/install-nix-action\n\n- Updated .github/workflows/flake-home-manager.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.\n- Updated .github/workflows/flake-language.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.\n- Updated .github/workflows/flake-system.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.\n- Updated .github/workflows/flake.yml to use cachix/install-nix-action@v27 with nix_path set to nixpkgs=channel:nixos-unstable.","shortMessageHtmlLink":"chore: replace DeterminateSystems/nix-installer-action with cachix/in…"}},{"before":"296eb07e407647e44e33321c1fdbb01fa24b915e","after":"5ea70719dfe81e90d10278a7d9af4b8cb84886e5","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-06-03T19:21:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"chore: add renovate configuration file for dependency management","shortMessageHtmlLink":"chore: add renovate configuration file for dependency management"}},{"before":"f6385349c4dff04e3090559ff553492abd6f7e2d","after":"de38d083adac0b7318aa98632fb52aa3ddacd2a2","ref":"refs/heads/main","pushedAt":"2024-05-24T18:28:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hbjydev","name":"Hayden","path":"/hbjydev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22327045?s=80&v=4"},"commit":{"message":"feat: Add PHP template (#63)\n\n* feat: Add PHP template\r\n\r\n* fix: nix run command isn't able to execute php files","shortMessageHtmlLink":"feat: Add PHP template (#63)"}},{"before":"4a1c530d2724660fb009f95103851dc0186f0b9e","after":null,"ref":"refs/heads/go-1.22","pushedAt":"2024-05-07T09:23:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hbjydev","name":"Hayden","path":"/hbjydev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22327045?s=80&v=4"}},{"before":null,"after":"4a1c530d2724660fb009f95103851dc0186f0b9e","ref":"refs/heads/go-1.22","pushedAt":"2024-05-02T20:25:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hbjydev","name":"Hayden","path":"/hbjydev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22327045?s=80&v=4"},"commit":{"message":"feat(go): update flake templates to use Go 1.22","shortMessageHtmlLink":"feat(go): update flake templates to use Go 1.22"}},{"before":null,"after":"296eb07e407647e44e33321c1fdbb01fa24b915e","ref":"refs/heads/chore/update-pipelines","pushedAt":"2024-04-16T06:59:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"feat: update GitHub workflows and justfile configurations\n\n- Add `CACHIX_BINARY_CACHE` environment variable to GitHub workflows for dynamic cache name usage\n- Upgrade `cachix/cachix-action` from v12 to v14 in all workflows\n- Update `actions/checkout` from v3 to v4 in all workflows\n- Remove `cache-build`, `cache-inputs`, and `cache-shell` recipes from justfile\n- Update flake.lock with new revisions and narHashes for `flake-parts` and `nixpkgs` dependencies\n- Simplify `nix develop` commands in workflows by removing explicit cache usage and recipe calls","shortMessageHtmlLink":"feat: update GitHub workflows and justfile configurations"}},{"before":"c5a2b3e6a42098bedfb4a2ac1ce43e0b0063974e","after":null,"ref":"refs/heads/feature/update-header","pushedAt":"2024-03-28T07:41:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"}},{"before":"576f2b6780da495516c82079a6a2425ac39acd87","after":"f6385349c4dff04e3090559ff553492abd6f7e2d","ref":"refs/heads/main","pushedAt":"2024-03-28T07:41:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"Update kickstart.nix.webp (#61)\n\n* feat(preview): update kickstart.nix.webp binary file\r\n\r\n* fix: update kickstart.nix.webp in preview folder to fix visual discrepancies","shortMessageHtmlLink":"Update kickstart.nix.webp (#61)"}},{"before":"278a302a07e11696ad3a19ad8b36a828c7678586","after":"c5a2b3e6a42098bedfb4a2ac1ce43e0b0063974e","ref":"refs/heads/feature/update-header","pushedAt":"2024-03-28T07:38:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"fix: update kickstart.nix.webp in preview folder to fix visual discrepancies","shortMessageHtmlLink":"fix: update kickstart.nix.webp in preview folder to fix visual discre…"}},{"before":null,"after":"278a302a07e11696ad3a19ad8b36a828c7678586","ref":"refs/heads/feature/update-header","pushedAt":"2024-03-28T07:34:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"feat(preview): update kickstart.nix.webp binary file","shortMessageHtmlLink":"feat(preview): update kickstart.nix.webp binary file"}},{"before":"31941d6aafab9880b0b6428fdcf90c73d4081cdd","after":null,"ref":"refs/heads/feature/update-templates","pushedAt":"2024-03-28T07:08:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"}},{"before":"45797266a5f6c96108e1468f6c752435c6fafdd6","after":"576f2b6780da495516c82079a6a2425ac39acd87","ref":"refs/heads/main","pushedAt":"2024-03-28T07:08:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"feat: add dart, haskell, and nestjs templates; refactor lib and flake structure (#60)\n\n- Add new templates for Dart, Haskell, and NestJS applications.\r\n- Refactor the structure of lib/default.nix and flake.nix for improved readability and maintainability.\r\n- Update README.md to reflect the reorganization of sections and the addition of new templates.\r\n- Update flake.lock with new revisions and hashes for dependencies.","shortMessageHtmlLink":"feat: add dart, haskell, and nestjs templates; refactor lib and flake…"}},{"before":null,"after":"31941d6aafab9880b0b6428fdcf90c73d4081cdd","ref":"refs/heads/feature/update-templates","pushedAt":"2024-03-23T19:59:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"feat: add dart, haskell, and nestjs templates; refactor lib and flake structure\n\n- Add new templates for Dart, Haskell, and NestJS applications.\n- Refactor the structure of lib/default.nix and flake.nix for improved readability and maintainability.\n- Update README.md to reflect the reorganization of sections and the addition of new templates.\n- Update flake.lock with new revisions and hashes for dependencies.","shortMessageHtmlLink":"feat: add dart, haskell, and nestjs templates; refactor lib and flake…"}},{"before":"e96f3ac8b0617c38aa032242223976085ff5ec97","after":null,"ref":"refs/heads/feature/vite-frontend","pushedAt":"2024-03-10T16:25:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hbjydev","name":"Hayden","path":"/hbjydev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22327045?s=80&v=4"}},{"before":"714aee813719f607cb8381946ee4f28bd91d714f","after":"45797266a5f6c96108e1468f6c752435c6fafdd6","ref":"refs/heads/main","pushedAt":"2024-03-10T16:25:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hbjydev","name":"Hayden","path":"/hbjydev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22327045?s=80&v=4"},"commit":{"message":"Vite React Template (#57)\n\n* feat(vite): init template from create-vite-app source\r\n\r\n* feat(templates): add vite-react template to flake, lib, CI and README","shortMessageHtmlLink":"Vite React Template (#57)"}},{"before":null,"after":"e96f3ac8b0617c38aa032242223976085ff5ec97","ref":"refs/heads/feature/vite-frontend","pushedAt":"2024-03-10T16:20:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hbjydev","name":"Hayden","path":"/hbjydev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22327045?s=80&v=4"},"commit":{"message":"feat(templates): add vite-react template to flake, lib, CI and README","shortMessageHtmlLink":"feat(templates): add vite-react template to flake, lib, CI and README"}},{"before":"40a070c2ae3fe952dd3b349f220accd128c50adc","after":null,"ref":"refs/heads/feature/update-templates","pushedAt":"2024-03-01T20:43:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"}},{"before":"9f97b9ab4165df3dca128d0f8b3f0cd60d28cb49","after":"714aee813719f607cb8381946ee4f28bd91d714f","ref":"refs/heads/main","pushedAt":"2024-03-01T20:43:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"Implement binary caching (#56)\n\n* feat(workflows): setup caching for all builds\r\n\r\n* fix(workflows): added nix develop prefix\r\n\r\n* fix(workflows)\r\n\r\n* chore(format)\r\n\r\n* docs(README)\r\n\r\n* feature(templates): nestjs template (#54)\r\n\r\n* Swift Template (#55)\r\n\r\n* feat(swift): begin building swiftpm executable template\r\n\r\n* feat(swift): make the build work wooooo!\r\n\r\n* feat(swiftpm): add missing docs & CI tasks\r\n\r\n* fix(ci): swiftpm, not swift\r\n\r\n* fix(ci): include example-swiftpm in flake\r\n\r\n* chore(format)\r\n\r\n* docs(README)\r\n\r\n* chore(format)\r\n\r\n---------\r\n\r\nCo-authored-by: Daniel Snetcov <71974063+Daniel-Snetcov@users.noreply.github.com>\r\nCo-authored-by: Hayden <22327045+hbjydev@users.noreply.github.com>","shortMessageHtmlLink":"Implement binary caching (#56)"}},{"before":"35c34dfd6b2e0a5214951d5aed065ea78833996d","after":"40a070c2ae3fe952dd3b349f220accd128c50adc","ref":"refs/heads/feature/update-templates","pushedAt":"2024-03-01T20:38:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erikreinert","name":"Erik Reinert","path":"/erikreinert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4638629?s=80&v=4"},"commit":{"message":"chore(format)","shortMessageHtmlLink":"chore(format)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW4zEzQA","startCursor":null,"endCursor":null}},"title":"Activity · ALT-F4-LLC/kickstart.nix"}