flake.nix: remove unused `excluded`
This commit is contained in:
parent
5d4a89f654
commit
df69823767
|
@ -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-full artiqInputName a6p);
|
||||
in allPackages "artiq-beta-src" true
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue