From f9381f1389ac0fa415d33cb63dd6526da900fe9f Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sun, 13 Oct 2024 21:13:27 +0200 Subject: [PATCH] nixos/nix: Remove obsolete code --- nixos/module/nix.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/module/nix.nix b/nixos/module/nix.nix index 112be36..c007986 100644 --- a/nixos/module/nix.nix +++ b/nixos/module/nix.nix @@ -1,7 +1,6 @@ { self, ... }: { lib, pkgs, ... }: let inherit (pkgs.stdenv) hostPlatform; -# inherit (inputs.idiosyn.lib.platforms.${hostPlatform.system}.gcc) arch; in { imports = with self.nixosModules; [ powersupply @@ -42,9 +41,6 @@ in { preallocate-contents = true; use-cgroups = true; use-xdg-base-directories = true; - -/* system-features = lib.mkOptionDefault - (map (arch: "gccarch-${arch}") ([ arch ] ++ lib.systems.architectures.inferiors.${arch} or [ ]));*/ }; registry = {