Minimal reproducible nix flake templates

haskell nix plutus purescript template
2 Open Issues Need Help Last updated: Jul 24, 2025

Open Issues Need Help

View All on GitHub
remove the need of impure about 1 month ago

AI 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.

Complexity: 4/5
help wanted

Minimal reproducible nix flake templates

Nix
#haskell#nix#plutus#purescript#template

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.

Complexity: 3/5
help wanted

Minimal reproducible nix flake templates

Nix
#haskell#nix#plutus#purescript#template