[WIP] Flakes #45

Closed
astro wants to merge 12 commits from astro/nix-scripts:flakes into master
1 changed files with 2 additions and 9 deletions
Showing only changes of commit df69823767 - Show all commits

View File

@ -91,16 +91,9 @@
artiq-fast = artiq-fast-src artiqInputName;
};
excluded = [
# "windows-no-hardware-tests"
# "extended-tests"
];
allPackages = artiqInputName: a6p:
nixpkgs.lib.filterAttrs (name: _: !builtins.elem name excluded) (
(artiq-fast artiqInputName) //
(artiq-full artiqInputName a6p)
);
(artiq-fast artiqInputName) //
(artiq-full artiqInputName a6p);
in allPackages "artiq-beta-src" true
);