diff options
| author | Nathan Perry <np@nathanperry.dev> | 2022-11-30 06:43:29 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2022-11-30 06:43:29 -0500 |
| commit | 62632c123b8fea2cd08a85a7b7abc6c8882f5f53 (patch) | |
| tree | a54f9e051153904eb945d35d36fcd1aa4e15ef5f | |
| parent | e9554feeff6e5e028030ac23c73fa170cae3f4b2 (diff) | |
arion: add dependencyarion
| -rw-r--r-- | flake.lock | 22 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 27 insertions, 0 deletions
@@ -1,5 +1,26 @@ { "nodes": { + "arion": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1664986582, + "narHash": "sha256-syBM0apq0w/xDLvdTeLgW+NJ+JCZKVFbIrH+NwVL1EI=", + "owner": "hercules-ci", + "repo": "arion", + "rev": "8159c4faa3502a571cf8b9347f4d4b49f35c4c9f", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "ref": "master", + "repo": "arion", + "type": "github" + } + }, "flake-utils": { "locked": { "lastModified": 1667395993, @@ -55,6 +76,7 @@ }, "root": { "inputs": { + "arion": "arion", "flake-utils": "flake-utils", "naersk": "naersk", "nixpkgs": "nixpkgs", @@ -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"; |
