Yes I know, we half jokingly discussed how meta it would be if we deployed our dev infra through the operator workflow. But it would complicate the bootstrapping of our business logic because we…
Why would attic be operator facing? I’d say it’d be part of the hosting provider’s Fediversity setup. Instead of plugging new noise into PoC code that needs cleanup before anything else,…
forgejo-ci
machine to our infrastructure
This is a bit too much for me to follow, we should walk through the state and diff in a pairing session.
Yes, module classes good.
PS: attrset syntax is not “plain”, it’s just very shorthand to a degree it’s often confusing. At the core modules are functions `{ lib, specialArgs, config,…
# default.nix
let
inherit (import <nixpkgs/lib>) evalModules;
in
evalModules { modules = [ ./a.nix ./b.nix ]; }
# a.nix
/* this goes through as a module, but how do you…
In that case, why do we even need all these shenanigans? Can't We Just(tm) nix-shell --run "npins update"
?
This change does not relate to #93, and arguably we don't need to expand the arguments -- pkgs
can be taken from the test module argument, such as here: https://git.fediversity.eu/Fediversity/Fed…
nixops4 apply test