From 386e463cfcd54d177d6f8e66c9c75aaffd060dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 13 Sep 2022 13:32:28 +0200 Subject: fix standalone example --- example/stand-alone/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'example') diff --git a/example/stand-alone/configuration.nix b/example/stand-alone/configuration.nix index 600f6f9..67576a0 100644 --- a/example/stand-alone/configuration.nix +++ b/example/stand-alone/configuration.nix @@ -4,12 +4,8 @@ ... }: let # We just import from the repository for testing here: - diskoNixos = import ../../. { - inherit lib; - }; disko = import ../../. { inherit lib; - inherit pkgs; }; # In your own system use something like this: #import (builtins.fetchGit { @@ -47,7 +43,7 @@ }; in { imports = [ - (diskoNixos.config cfg) + (disko.config cfg) ]; boot.loader.grub.devices = [ "/dev/sda" ]; system.stateVersion = "22.05"; -- cgit v1.2.3