summaryrefslogtreecommitdiff
path: root/nix/disko/drive-simple.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/disko/drive-simple.nix')
-rw-r--r--nix/disko/drive-simple.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/disko/drive-simple.nix b/nix/disko/drive-simple.nix
index 4d229bf..097d948 100644
--- a/nix/disko/drive-simple.nix
+++ b/nix/disko/drive-simple.nix
@@ -37,6 +37,6 @@ let
};
in
{
- monorepo.vars.myDiskoSpec = spec;
+ monorepo.vars.diskoSpec = spec;
disko.devices = spec.disko.devices;
}