From 951fd59398a5e9b019daf6d1d58e87f087fab80f Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 3 Jul 2022 11:46:48 +0200 Subject: [PATCH 1/2] enable experimental nix command --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9bbd861..62c49bd 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -249,6 +249,7 @@ in gc-keep-outputs = true gc-keep-derivations = true trusted-users = spiollinux + experimental-features = nix-command ''; # use all cores for building nix.buildCores = 0; From 0d3509a15c5858933af83c710939e430687e2ae4 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 3 Jul 2022 11:47:17 +0200 Subject: [PATCH 2/2] firefox: switch back to nixpkgs source build as it has profiling information now --- home/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index b6b8a45..1691f5b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -9,8 +9,7 @@ let myNur = nur.repos.schmittlauch; desktopApps = [ - # use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information) - firefox-bin + firefox chromium falkon thunderbird