From 9fc4567d144d763121baccff960641a68d70d89a Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 25 Mar 2023 22:25:14 -0400 Subject: [PATCH] imported disko into framework.nix --- .modules/base/framework.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.modules/base/framework.nix b/.modules/base/framework.nix index 86fc00b..bcd9ca3 100644 --- a/.modules/base/framework.nix +++ b/.modules/base/framework.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, pkgs, modulesPath, disko, ... }: { imports = [(modulesPath + "/installer/scan/not-detected.nix")];