nixos/nix: Remove obsolete code

This commit is contained in:
Mikael 2024-10-13 21:13:27 +02:00
parent 5ff4e1b1b8
commit f9381f1389
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -1,7 +1,6 @@
{ self, ... }: { lib, pkgs, ... }: { self, ... }: { lib, pkgs, ... }:
let let
inherit (pkgs.stdenv) hostPlatform; inherit (pkgs.stdenv) hostPlatform;
# inherit (inputs.idiosyn.lib.platforms.${hostPlatform.system}.gcc) arch;
in { in {
imports = with self.nixosModules; [ imports = with self.nixosModules; [
powersupply powersupply
@ -42,9 +41,6 @@ in {
preallocate-contents = true; preallocate-contents = true;
use-cgroups = true; use-cgroups = true;
use-xdg-base-directories = true; use-xdg-base-directories = true;
/* system-features = lib.mkOptionDefault
(map (arch: "gccarch-${arch}") ([ arch ] ++ lib.systems.architectures.inferiors.${arch} or [ ]));*/
}; };
registry = { registry = {