initial cmdframe configuration
This commit is contained in:
parent
67f8fa2cb5
commit
43c35fb2a8
6 changed files with 173 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue