flake: fix previous commit

escape-analysis
Sebastien Bourdeauducq 2021-11-12 15:37:39 +08:00
parent b64d2399f2
commit 5ad7aa5a93
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@
hydraJobs = {
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 = {