From c28efb453df4d7f125dc69a6c89bef9c66f69500 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Apr 2023 12:32:27 +0200 Subject: Fix(treewide): Make system compile again --- system/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/default.nix') diff --git a/system/default.nix b/system/default.nix index a417aecc..64073fb8 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,7 +3,7 @@ ./boot ./fileSystemLayouts ./font - ./impermanence + #./impermanence already at flake level imported ./locale ./sound ./users # the position of this item is fully arbitrary @@ -11,6 +11,7 @@ ./hardware ./services ./tempfiles + ./nixpkgs ]; # remove all bloat, nixos installs by default environment = { -- cgit 1.4.1