diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-19 15:53:14 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-19 15:53:14 +0530 |
| commit | 048c97a9f5ba36efbbcd2322ab90d69d98909a36 (patch) | |
| tree | a78a2bcf9674a90d84323e042f127976c6b30b1b | |
| parent | 39c914434a0d50acd9f991fe022d4b5e3424b1ae (diff) | |
FINALLY gcc works
| -rw-r--r-- | configuration.nix | 2 | ||||
| -rwxr-xr-x | home.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index c6f4258..c1f6dc6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -107,7 +107,7 @@ nodejs_25 go lazygit - libgcc + gcc ]; fonts.packages = with pkgs; [ @@ -90,7 +90,6 @@ in pkgs.slurp pkgs.dmenu-wayland pkgs.javaPackages.compiler.temurin-bin.jdk-25 - pkgs.libgcc ]; home.activation.dotfiles = lib.hm.dag.entryAfter [ "writeBoundary" ] '' |
