yarn changes
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user