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

@@ -7,6 +7,10 @@
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
bij = {
url = "git+https://git.clerie.de/clerie/bij.git";
inputs.nixpkgs.follows = "nixpkgs";
};
chaosevents = {
url = "git+https://git.clerie.de/clerie/chaosevents.git";
inputs.nixpkgs.follows = "nixpkgs";