nixos/nix: Remove obsolete code
This commit is contained in:
parent
5ff4e1b1b8
commit
f9381f1389
1 changed files with 0 additions and 4 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue