326: ref: pass our lib as lib.our to the module system r=Pacman99 a=blaggacao
At least we don't find ourselves with strange module signatures
and use something that looks like a dedicated namespace within
he module system: `config.lib`
---
```shell
➜ devos git:(da/pass-lib-as-config-lib) rg ourLib
➜ devos git:(da/pass-lib-as-config-lib) # nothing found
```
Co-authored-by: David Arnold <dar@xoe.solutions>
At least we don't find ourselves with strange module signatures
and use something that looks like a dedicated namespace within
he module system: `config.lib`
279: Agenix integration r=blaggacao a=Pacman99
AFAICT This is mostly a documentation thing. But with divnix/devlib#2 we can now add agenix to the devshell.
Co-authored-by: Pacman99 <pachum99@gmail.com>
291: Remove ´profiles/suites.nix` and fix hardware module in hosts documentation r=blaggacao a=ymarkus
See #282
As I understand it, this file isn't needed anymore and the hardware module is not defined properly in the documentation.
Co-authored-by: Yannick Markus <ym@ymarkus.dev>
286: default.nix: fix path to compat r=blaggacao a=Pacman99
Looks like it was just a path error.
fixes#285
Co-authored-by: Pacman99 <pachum99@myrdd.info>
276: Update core r=blaggacao a=Pacman99
Core is starting to get pretty stale. All the changes in `develop` are pretty stable and I think we should encourage updating to them. As most future updates can be done through [devlib](https://github.com/divnix/devlib), so once you switch to this version of the template. Updating to new changes will be much simpler (ie #91).
Co-authored-by: Pacman99 <pachum99@gmail.com>
Co-authored-by: Pacman99 <pachum99@myrdd.info>
Co-authored-by: David Arnold <dar@xoe.solutions>