Open Issues Need Help
View All on GitHubAI Summary: The task is to modify the Nix flake check workflow in the `nix-templates` project to remove the need for the `--impure` flag. This involves finding a way to make the flake check process pure, likely by addressing any dependencies or actions within the check script that rely on external state or side effects.
Minimal reproducible nix flake templates
AI Summary: The task is to enable the `check-outdated` option within the `flake-checker-action` used in the GitHub Actions workflow for the nix-templates project. This involves modifying the workflow YAML file to set `check-outdated: true` and potentially resolving any resulting issues caused by outdated dependencies in the various templates.
Minimal reproducible nix flake templates