This commit is contained in:
Aleksandr Lebedev 2025-07-25 20:43:38 +02:00
parent 3ec1076459
commit 93de64c64e
2 changed files with 11 additions and 10 deletions

View file

@ -152,13 +152,14 @@
system = arm;
overlays = [
inputs.beeengine.overlays.${arm}
#nativePackagesOverlay
#(import ./nixos/macos/widevine.nix)
];
#config.replaceStdenv = {pkgs}: pkgs.impureUseNativeOptimizations pkgs.stdenv;
config = {
allowBroken = true;
allowUnfree = true;
allowUnsupportedSystem = true;
# rocmSupport = true;
};
};
kylekrein-wsl-pkgs = nixpkgs: import nixpkgs {