From 61f915f53fd363b63af3277448b8a1d5a8c52ee3 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 2 Dec 2021 02:44:17 +0100 Subject: [PATCH 1/2] Revert "already enable the experimental nix command in preparation for nix version 2.4" NixOS 21.11 still ships nix 2.3 This reverts commit 1c0357f90a32b028640fbd7197856723913c4a52. --- nixos/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f9ef8c1..2648468 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -240,13 +240,11 @@ in # Enable all sysrq functions (useful to recover from some issues): boot.kernel.sysctl."kernel.sysrq" = 1; # NixOS default: 16 (only the sync command) + # keep build-time deps around for offline-rebuilding nix.extraOptions = '' - # keep build-time deps around for offline-rebuilding gc-keep-outputs = true gc-keep-derivations = true - trusted-users = spiollinux - experimental-features = nix-command ''; # use all cores for building nix.buildCores = 0; From 4ce17f519f0e6bf0312520e47676e245583b8f6c Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 2 Dec 2021 13:56:10 +0100 Subject: [PATCH 2/2] remove Falkon as it is broken due to depending on Qt 5.14 right now --- home/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 68ef404..2229744 100644 --- a/home/home.nix +++ b/home/home.nix @@ -12,7 +12,6 @@ let desktopApps = [ mybrowser - falkon thunderbird calibre dino