std
std copied to clipboard
A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!
Currently CI fails because the nixpkgs version requires nix version 2.18. We should update CI accordingly.
[snowfall](https://github.com/snowfallorg/lib) is a very popular opinionated code organizer built on top of flake utils+ and beloved by NixOS users. For this reason, I can see a number of benefits over...
I wanted to try out `std` and the homepage says at the end of the [start page](https://std.divnix.com/#this-repository):  This unfortunately doesn't work. ```bash ❯ git clone https://github.com/divnix/std.git ... ❯ direnv...
I'd like to explore using `nixpkgs.lib.fileset` for defining `src` and similar fields in derivations built with `std`, instead of the existing `incl` helper. `fileset` offers more composable primitives (union, intersection,...
looks like a recent change in unstable NixOS/nixpkgs#386208 broke the devshell/nixago integration ``` nix build .#x86_64-linux.repo.shells.default ... … while evaluating derivation 'devshell' whose name attribute is located at /nix/store/wlhsnrq6g5avc7z21lfivqypaq5fy2wn-source/nix/mkNakedShell.nix:32:11 …...