From 0db0aec5499c8f49299aaea130ff7acf0582e6cc Mon Sep 17 00:00:00 2001 From: hive Date: Sun, 2 Jul 2023 03:08:57 +0000 Subject: [PATCH] fixed some bugs so it builds now, which it does --- saturnOS/default.nix | 3 --- saturnOS/system/default.nix | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/saturnOS/default.nix b/saturnOS/default.nix index bb448f6..7427cae 100644 --- a/saturnOS/default.nix +++ b/saturnOS/default.nix @@ -1,8 +1,5 @@ # welcome to saturnOS config, run nixos-help if you need it . { config, pkgs, lib, ... }: -let - ~ = builtins.toString ./.; -in { imports = [ ./modules diff --git a/saturnOS/system/default.nix b/saturnOS/system/default.nix index ad305e9..3e86766 100644 --- a/saturnOS/system/default.nix +++ b/saturnOS/system/default.nix @@ -3,7 +3,7 @@ { config, pkgs, lib, ... }: { # importing custom user config - imports = [ custom.nix ]; + imports = [ ./custom.nix ]; # settings hostname saturn.hostname = "saturnOS";