1
0

configuration/common: add bij to programs

This commit is contained in:
2024-04-08 08:41:05 +02:00
parent db61a104ff
commit 606343b11f
4 changed files with 29 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{ self, nixpkgs, agenix, chaosevents, fernglas, fieldpoc, nixos-exporter, solid-xmpp-alarm, ... }@inputs:
{ self, nixpkgs, agenix, bij, chaosevents, fernglas, fieldpoc, nixos-exporter, solid-xmpp-alarm, ... }@inputs:
rec {
generateNixosSystem = {
@@ -30,6 +30,8 @@ rec {
(_: _: {
inherit (agenix.packages."x86_64-linux")
agenix;
inherit (bij.packages."${system}")
bij;
inherit (chaosevents.packages."x86_64-linux")
chaosevents;
})