rename disko input to diskoConfig for clarity

This commit is contained in:
2024-10-10 14:40:41 -05:00
parent f11a6ab86e
commit bf08d28785
7 changed files with 379 additions and 214 deletions

View File

@@ -7,7 +7,7 @@
disko.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { ... }@inputs: {
outputs = { self, ... }@inputs: {
module = { config, lib, pkgs, devices, ... }: {
imports = [