dance around hjem-rum issue

This commit is contained in:
atagen 2025-10-27 16:52:05 +11:00
parent 4a19c8ec66
commit 9e3aa574eb
5 changed files with 131 additions and 91 deletions

View file

@ -1,5 +1,4 @@
{
pkgs,
inputs,
getFlakePkg,
getFlakePkg',

View file

@ -1,8 +1,10 @@
{
pkgs,
inputs,
getFlakePkg',
...
}: {
}:
{
nix = {
package = pkgs.lixPackageSets.git.lix;
settings = {
@ -20,11 +22,11 @@
optimise.automatic = true;
};
system.nixos.tags = ["fatcock-xxl"];
system.nixos.tags = [ "fatcock-xxl" ];
hjem = {
clobberByDefault = true;
linker = pkgs.smfh;
linker = getFlakePkg' inputs.hjem "smfh";
};
environment.arbys = {