abaddon: add module
This commit is contained in:
parent
b5698ed57d
commit
acaf3971c1
4 changed files with 100 additions and 0 deletions
5
tests/modules/programs/abaddon/default.nix
Normal file
5
tests/modules/programs/abaddon/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
||||
abaddon-example-config = ./example-config.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue