Compare commits

..

2 Commits

Author SHA1 Message Date
Tom Alexander
7828591f87
Fix build on quark. 2025-09-04 18:51:14 -04:00
Tom Alexander
5b9d56fd23
Switch to using my fork of nixpkgs. 2025-09-04 18:51:14 -04:00
3 changed files with 4 additions and 18 deletions

View File

@ -39,11 +39,11 @@
]
},
"locked": {
"lastModified": 1756733629,
"narHash": "sha256-dwWGlDhcO5SMIvMSTB4mjQ5Pvo2vtxvpIknhVnSz2I8=",
"lastModified": 1756115622,
"narHash": "sha256-iv8xVtmLMNLWFcDM/HcAPLRGONyTRpzL9NS09RnryRM=",
"owner": "nix-community",
"repo": "disko",
"rev": "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1",
"rev": "bafad29f89e83b2d861b493aa23034ea16595560",
"type": "github"
},
"original": {

View File

@ -26,7 +26,7 @@
me.optimizations = {
enable = true;
arch = "znver5";
arch = "znver4"; # build breaks on znver5 currently.
system_features = [
"gccarch-znver4"
"gccarch-znver5"

View File

@ -127,13 +127,6 @@
);
})
# (final: prev: {
# python = prev.python.override {
# packageOverrides = python-final: python-prev: {
# inherit (pkgs-unoptimized.pythonPackages) coverage;
# };
# };
# })
# (final: prev: {
# pythonPackagesOverlays = prev.pythonPackagesOverlays.extend (
# final': prev': {
# inherit (pkgs-unoptimized.pythonPackagesOverlays)
@ -142,13 +135,6 @@
# }
# );
# })
# (final: prev: {
# pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
# (python-final: python-prev: {
# inherit (pkgs-unoptimized.pythonPackages) coverage;
# })
# ];
# })
(final: prev: {
inherit (pkgs-unoptimized)
gsl