feat(hosts): add cmdframe
Some checks failed
Test / tests (push) Failing after 12m36s

initial cmdframe configuration
This commit is contained in:
Felix Schröter 2025-06-04 18:03:55 +02:00
parent 67f8fa2cb5
commit 43c35fb2a8
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 173 additions and 0 deletions

View file

@ -19,6 +19,11 @@ rec {
nixos-hardware.url = "github:NixOS/nixos-hardware";
disko = {
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";