mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
fix
This commit is contained in:
@@ -142,11 +142,10 @@ inputs:
|
||||
hardware.nvidia.forceFullCompositionPipeline = true;
|
||||
home-manager.users.chn.config.programs.plasma.startup.autoStartScript.xcalib.text =
|
||||
"${inputs.pkgs.xcalib}/bin/xcalib -d :0 ${./color/TPLCD_161B_Default.icm}";
|
||||
nixpkgs.overlays = [(final: prev:
|
||||
nixpkgs.overlays = [(final: prev: rec
|
||||
{
|
||||
blas = prev.blas.override { blasProvider = final.amd-blis; };
|
||||
lapack = prev.lapack.override { lapackProvider = final.amd-libflame; };
|
||||
cantor = prev.cantor.override { withSage = false; sage = null; sage-with-env = null; };
|
||||
})];
|
||||
};
|
||||
}
|
||||
|
||||
6
flake.lock
generated
6
flake.lock
generated
@@ -1477,11 +1477,11 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1707452428,
|
||||
"narHash": "sha256-deSNR0DApSuEWoKe3Xe71z99PDnPcQeqz7AqQg5gagw=",
|
||||
"lastModified": 1707787472,
|
||||
"narHash": "sha256-vt85JbRZRhrhiUzLmRFMDajRiF6gHB3drRWbkf6qZSs=",
|
||||
"owner": "CHN-beta",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c5ae0e65ce0777be23184235fa08dea90998551f",
|
||||
"rev": "6cdb11a09e297c47aa0076d511608687864197c9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
Reference in New Issue
Block a user