This commit is contained in:
2024-08-13 16:26:58 +02:00
parent 01e082062d
commit fd547a8e57
12 changed files with 46 additions and 27 deletions
+2 -2
View File
@@ -76,7 +76,7 @@
];
# nvidia bad
nixpkgs.config.packageOverrides = (pkgs: {
nixpkgs.config.packageOverrides = pkgs: {
/** /
teams = pkgs.teams.overrideAttrs (old: rec {
postInstall = (old.postInstall or "") + ''
@@ -111,5 +111,5 @@
});
});
/**/
});
};
}