disable test because of outdated test framework in digga

This commit is contained in:
Hendrik Sokolowski 2023-05-14 15:49:43 +02:00
parent 0c8763808a
commit 647c80ae4b

View file

@ -105,10 +105,10 @@
};
PubSolarOS = {
tests = [
(import ./tests/first-test.nix {
pkgs = nixos.legacyPackages.x86_64-linux;
lib = nixos.lib;
})
#(import ./tests/first-test.nix {
# pkgs = nixos.legacyPackages.x86_64-linux;
# lib = nixos.lib;
#})
];
};
};