ma krops: add nix-ld
This commit is contained in:
parent
cb31764b6d
commit
04f428e42f
@ -17,6 +17,7 @@
|
|||||||
arm6 = false;
|
arm6 = false;
|
||||||
clever_kexec = false;
|
clever_kexec = false;
|
||||||
home-manager = false;
|
home-manager = false;
|
||||||
|
nix-ld = false;
|
||||||
} // import (./. + "/1systems/${name}/source.nix");
|
} // import (./. + "/1systems/${name}/source.nix");
|
||||||
source = { test }: lib.evalSource [
|
source = { test }: lib.evalSource [
|
||||||
{
|
{
|
||||||
@ -77,10 +78,17 @@
|
|||||||
ref = "a0d8383";
|
ref = "a0d8383";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(lib.mkIf ( host-src.nix-ld ) {
|
||||||
|
nix-ld.git = {
|
||||||
|
url = https://github.com/Mic92/nix-ld.git;
|
||||||
|
ref = "eb9cb8d";
|
||||||
|
};
|
||||||
|
})
|
||||||
(lib.mkIf ( host-src.home-manager ) {
|
(lib.mkIf ( host-src.home-manager ) {
|
||||||
home-manager.git = {
|
home-manager.git = {
|
||||||
url = https://github.com/rycee/home-manager;
|
url = https://github.com/rycee/home-manager;
|
||||||
ref = "6ce1d64073f48b9bc9425218803b1b607454c1e7";
|
ref = "426ab2cf111fca61308bd86fe652e14aa12cc2d2";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user