mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
add reboot-bot
This commit is contained in:
parent
5fbaa89f08
commit
54d73305e4
4 changed files with 53 additions and 3 deletions
|
|
@ -89,6 +89,13 @@
|
|||
repo = "fetch-rs";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
reboot-bot = {
|
||||
type = "github";
|
||||
owner = "Gerg-L";
|
||||
repo = "reboot-bot";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = x: import ./outputs.nix x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue