Disable unused test on infra branch
This commit is contained in:
parent
694f925804
commit
141f950607
14
flake.nix
14
flake.nix
|
@ -116,12 +116,14 @@
|
|||
];
|
||||
};
|
||||
PubSolarOS = {
|
||||
tests = [
|
||||
(import ./tests/first-test.nix {
|
||||
pkgs = nixos.legacyPackages.x86_64-linux;
|
||||
lib = nixos.lib;
|
||||
})
|
||||
];
|
||||
# Broken since https://github.com/NixOS/nixpkgs/commit/5bcef4224928fe45312f0ee321ddf0f0e8feeb7b
|
||||
# Needs a fix in https://github.com/divnix/digga/blob/main/src/tests.nix#L12-L21
|
||||
#tests = [
|
||||
# (import ./tests/first-test.nix {
|
||||
# pkgs = nixos.legacyPackages.x86_64-linux;
|
||||
# lib = nixos.lib;
|
||||
# })
|
||||
#];
|
||||
};
|
||||
};
|
||||
importables = rec {
|
||||
|
|
Loading…
Reference in a new issue