[WIP] Flakes #45
11
flake.nix
11
flake.nix
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue