Remove unnecessary imports and upgrade to Nvidia 565
This commit is contained in:
parent
af32ce3d45
commit
ff6f206430
14 changed files with 15 additions and 43 deletions
|
@ -2,7 +2,10 @@
|
|||
{
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
gc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue