yarn changes

This commit is contained in:
2024-12-11 16:01:59 -05:00
parent 5c87cfbec8
commit d18ca3b150
6 changed files with 61 additions and 70 deletions

View File

@@ -12,8 +12,6 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
wivrn.url = "github:NixOS/nixpkgs/pull/350069/head";
chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
@@ -41,12 +39,17 @@
system = "x86_64-linux";
pkgs = import nixpkgs {
config.allowUnfreePredicate =
pkg:
builtins.elem (nixpkgs.lib.getName pkg) [
"steam-unwrapped"
"steam"
];
# config.allowUnfreePredicate =
# pkg:
# builtins.elem (nixpkgs.lib.getName pkg) [
# "steam-unwrapped"
# "steam"
# ];
# idk pkgs.wivrn pulls a bunch of cuda stuff even though cudaSupport is disabled?
config.allowUnfree = true;
config.cudaSupport = false;
};
in
{