add deploy-rs and workflow

This commit is contained in:
uku 2024-01-19 00:45:43 +01:00
parent ab0244aeb3
commit a7076e8074
Signed by: uku
GPG key ID: 7D01D7B105E77166
5 changed files with 148 additions and 24 deletions

View file

@ -8,7 +8,6 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-23.11";
flake-parts = {
url = "github:hercules-ci/flake-parts";
@ -34,6 +33,11 @@
url = "github:uku3lig/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {flake-parts, ...} @ inputs:
@ -43,6 +47,7 @@
imports = [
./ci.nix
./dev.nix
./deploy.nix
./systems
];
};