std
std copied to clipboard
A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!
This is a heavy handed approach and is very ... naive, it just removes all mentions of prettier-toml.
Fixes #416 - alternative to #417. Fixes https://github.com/divnix/std/issues/411.
What is the best way to try to support a different terraform package (opentofu, pinned terraform, terraform.withPackages....) in terra blocktype?
I finally found the solution! https://github.com/evilmartians/lefthook/discussions/764
After updating to 2.18 (or above), CI fails with > `error: in pure evaluation mode, 'fetchTree' will not fetch unlocked input 'path:../../?lastModified=1'` **Context** - In this repository, we early attempted...
I followed exactly the steps for setting up the minimal template here: https://std.divnix.com/templates/minimal.html ``` test-std-project on main [!+] ❯ git add . && git commit -m "feat: initial commit"...
Update Nix version requirement from 2.13 to 2.18 and switch to nixbuild/nix-quick-install-action@v32
This PR updates the minimum Nix version requirement from 2.13 to 2.18 to address CI failures caused by nixpkgs requiring a newer Nix version, and switches all GitHub Actions workflows...
This PR adds deprecation notices for the `std.lib.dev.mkMakes` function following the deprecation of the [`fluidattacks/makes`](https://github.com/fluidattacks/makes) project in favor of Nix Flakes. ## Changes **Runtime Warning**: Added a `builtins.trace` deprecation warning...
https://github.com/fluidattacks/makes has been deprecated in flavor of flakes.
The minimal template was failing during git commit with a module not found error for prettier-plugin-toml. The error occurred because the hardcoded path to the plugin was incorrect: ``` [error]...