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 = {
|
PubSolarOS = {
|
||||||
tests = [
|
# Broken since https://github.com/NixOS/nixpkgs/commit/5bcef4224928fe45312f0ee321ddf0f0e8feeb7b
|
||||||
(import ./tests/first-test.nix {
|
# Needs a fix in https://github.com/divnix/digga/blob/main/src/tests.nix#L12-L21
|
||||||
pkgs = nixos.legacyPackages.x86_64-linux;
|
#tests = [
|
||||||
lib = nixos.lib;
|
# (import ./tests/first-test.nix {
|
||||||
})
|
# pkgs = nixos.legacyPackages.x86_64-linux;
|
||||||
];
|
# lib = nixos.lib;
|
||||||
|
# })
|
||||||
|
#];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
importables = rec {
|
importables = rec {
|
||||||
|
|
Loading…
Reference in a new issue