aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2022-11-30 06:43:29 -0500
committerNathan Perry <np@nathanperry.dev>2022-11-30 06:43:29 -0500
commit62632c123b8fea2cd08a85a7b7abc6c8882f5f53 (patch)
treea54f9e051153904eb945d35d36fcd1aa4e15ef5f /flake.nix
parente9554feeff6e5e028030ac23c73fa170cae3f4b2 (diff)
arion: add dependencyarion
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index af73850..cd4689e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";