flake: consistent naming

escape-analysis
Sebastien Bourdeauducq 2021-12-02 22:37:41 +08:00
parent 26e60fca6e
commit b0eb7815da
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
hydraJobs = {
inherit (packages.x86_64-linux) nac3artiq;
mingw-nac3artiq = packages.x86_64-w64-mingw32.nac3artiq;
nac3artiq-mingw = packages.x86_64-w64-mingw32.nac3artiq;
} // (pkgs.lib.foldr (a: b: {"${pkgs.lib.strings.getName a}" = a;} // b) {} devShell.x86_64-linux.buildInputs);
};