From 6bed137ccf02761b1c75056c7c2bb67a66a6d2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 17 May 2025 22:08:54 +0200 Subject: [PATCH] fix: switch to cpp nix to get clan to work --- modules/moritz/programs/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/moritz/programs/nix.nix b/modules/moritz/programs/nix.nix index 73a83bf..d00dfd1 100644 --- a/modules/moritz/programs/nix.nix +++ b/modules/moritz/programs/nix.nix @@ -30,7 +30,7 @@ in { nix = { nixPath = ["nixpkgs=${inputs.nixpkgs}"]; - package = pkgs.lix; + package = pkgs.nix; # TODO: change this back extraOptions = '' experimental-features = nix-command flakes