From 3c6eb206ed81945ce4ebc9efa4123b8846976186 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:52:29 -0400 Subject: [PATCH] use unstable gcc --- boxes/desktop/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boxes/desktop/configuration.nix b/boxes/desktop/configuration.nix index 9600448..ed89321 100644 --- a/boxes/desktop/configuration.nix +++ b/boxes/desktop/configuration.nix @@ -5,6 +5,7 @@ config, pkgs, inputs, + unstable, ... }: { @@ -59,7 +60,7 @@ i2c-tools fuse ifuse - gcc + unstable.gcc neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. curl wget