2 Commits

Author SHA1 Message Date
Tom Alexander
d4a40ab410 Do not force import the root zfs pool. 2026-05-22 20:38:27 -04:00
Tom Alexander
bd99da5d38 Update packages. 2026-05-21 20:33:04 -04:00
2 changed files with 7 additions and 7 deletions

View File

@@ -234,14 +234,20 @@ in
);
in
[
(disableTests "coreutils")
(disableTests "coreutils-full")
(disableTests "deno") # Tests use too much disk space
(disableTests "libuv")
(final: prev: {
inherit (final.unoptimized)
libtpms
libjxl
ddrescueview
deno
mesa
;
})
(disableOptimizationsPython3 "scipy")
# Works but probably sets python2's scipy to be python3:
#
# (final: prev: {

View File

@@ -121,12 +121,6 @@ in
group = "talexander";
mode = "0755";
}
{
directory = ".vscode-shared";
user = "talexander";
group = "talexander";
mode = "0755";
}
];
};
};