add repeater
This commit is contained in:
parent
ffedb0d8b7
commit
189734ba0b
7 changed files with 63 additions and 1 deletions
|
|
@ -7,6 +7,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}:
|
||||
# let
|
||||
# repeater = pkgs.callPackage ../../../../pkgs/repeater.nix { };
|
||||
# in
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -15,6 +18,7 @@
|
|||
nurl
|
||||
nix-init
|
||||
nixpkgs-review
|
||||
repeater
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue