diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ url = "github:nmattia/naersk/master"; inputs.nixpkgs.follows = "nixpkgs"; }; + + arion = { + url = "github:hercules-ci/arion/master"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; description = "thulani discord bot"; |
