flake.nix: add devshell with deploy-rs
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s

This commit is contained in:
2025-08-15 21:05:59 +01:00
parent 24828da373
commit 9653e4d9d0
3 changed files with 48 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
deploy-rs.url = "github:serokell/deploy-rs";
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
@@ -103,6 +108,7 @@
inputs.agenix-rekey.flakeModule
inputs.pre-commit-hooks.flakeModule
inputs.nix-topology.flakeModule
./nix/devshell.nix
./nix/hosts.nix
];