Conversation
Owner
vst
commented
Oct 8, 2025
- chore(deps): upgrade nixpkgs to NixOS v25.05
- chore: update copyright notices
- refactor(nix): switch to flakes-based setup
- refactor(format): revisit prettier configuration, format codebase
- refactor(build): revisit script that statically compiles the executable
- refactor(scripts): move scripts, add a README as a developer guide
- docs: add AGENTS.md
- refactor(ci): update GitHub actions
Closed
3 tasks
806b32f to
ba3b1a5
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR modernizes the repository infrastructure by migrating from niv-based Nix setup to Nix Flakes, updating dependencies, and reorganizing the codebase. The changes implement a comprehensive repository refresh that improves developer experience and prepares the project for the new year.
- Migrated from niv to Nix Flakes with nixpkgs v25.05 upgrade
- Reorganized scripts directory and updated all references
- Updated copyright notices for 2025 and revised Prettier configuration
Reviewed Changes
Copilot reviewed 25 out of 36 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/app/(landing)/page.tsx | Updated GitHub link to reflect scripts directory move |
| src/HostPatrol/Remote.hs | Updated embedded script paths from src/scripts/ to scripts/ |
| shell.nix | Removed legacy nix shell file |
| scripts/README.md | Added new developer guide for POSIX shell scripts |
| package.yaml | Updated copyright year to include 2025 |
| nix/sources.nix | Removed niv-generated sources file |
| nix/sources.json | Removed niv configuration |
| nix/lib/*.nix | Removed legacy Nix helper libraries |
| flake.nix | Added new Nix Flakes configuration |
| default.nix | Removed legacy Nix expression |
| build-static.sh | Enhanced static build script with better Docker integration |
| README.md | Updated installation instructions and development workflow |
| LICENSE.md | Updated copyright year and reformatted text |
| AGENTS.md | Added repository guidelines for contributors |
| .stan.toml | Added Stan static analyzer configuration |
| .prettierrc.json | Updated Prettier configuration with markdown handling |
| .prettierignore | Updated ignore patterns for new structure |
| .github/workflows/*.yml | Updated GitHub Actions to use Nix Flakes |
| .envrc.tmpl | Added direnv template for Nix Flakes |
| .envrc | Removed legacy direnv configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.