From 133f2ce61efcb7530a0a80691d51d859be9eb635 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 5 Dec 2024 09:38:38 +0100 Subject: [PATCH] Get mount dir for preparing nix --- scripts/Common/OS/setup.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index a0429da6..71a26147 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -81,6 +81,8 @@ function runSetup function prepareNix -V dir source "$dir/../../lib/nix.fish" + source "$dir/../../lib/settings.fish" + set -l mountDir (getOSConfig partition.rootDir) # Copy `nixpkgs` channel mkdir -p (dirname "$mountDir/$nixPkgsDir")