Skip to content

Commit

Permalink
mesa broken :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Jul 8, 2024
1 parent 3359181 commit 3cf2b49
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 43 deletions.
80 changes: 40 additions & 40 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions hosts/silverfox/_hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

# set to false, or use with impure :(
hardware.asahi.extractPeripheralFirmware = false;
hardware.asahi.peripheralFirmwareDirectory = /boot;

hardware.asahi.useExperimentalGPUDriver = true;
# hardware.asahi.peripheralFirmwareDirectory = /boot/asahi;
# hardware.asahi.useExperimentalGPUDriver = true;
}
11 changes: 11 additions & 0 deletions hosts/silverfox/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@
};

settings = {
trusted-users = [
"root"
"ocfox"
];
nix-path = [ "nixpkgs=${inputs.nixpkgs}" ];
substituters = [
"https://cache.garnix.io"
];
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
auto-optimise-store = true;
};

}

0 comments on commit 3cf2b49

Please sign in to comment.