forked from extern/nix-config
nix-gaming: Use cachix
This avoids having to wait 40 minutes for wine to compile every time the system is updated.
This commit is contained in:
parent
a179de4afa
commit
b105f87a13
@ -38,10 +38,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-gaming = {
|
||||
url = "github:fufexan/nix-gaming";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
|
||||
crystal-flake = {
|
||||
url = "github:manveru/crystal-flake";
|
||||
|
@ -31,6 +31,11 @@ let VARIABLES = import ./variables.nix; in {
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
nix.settings = {
|
||||
substituters = ["https://nix-gaming.cachix.org"];
|
||||
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
|
||||
};
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
boot.loader = {
|
||||
|
Loading…
Reference in New Issue
Block a user