Add pipeline for todo app deployment

This commit is contained in:
thiloho
2023-11-12 19:18:41 +01:00
parent f9376ebad2
commit eed097dc94
6 changed files with 61 additions and 15 deletions

View File

@@ -20,6 +20,10 @@
url = "github:thiloho/discord-bot";
inputs.nixpkgs.follows = "nixpkgs";
};
todos = {
url = "github:thiloho/todos";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";