forked from M-Labs/nac3
flake: fix previous commit
This commit is contained in:
parent
b64d2399f2
commit
5ad7aa5a93
|
@ -54,8 +54,7 @@
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
inherit (packages.x86_64-linux) nac3artiq;
|
inherit (packages.x86_64-linux) nac3artiq;
|
||||||
devShell = devShell.x86_64-linux;
|
} // (pkgs.lib.foldr (a: b: {"${a.name}" = a;} // b) {} devShell.x86_64-linux.buildInputs);
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
Loading…
Reference in New Issue