mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
tests: Remove desktop import
Fixes an issue where NixOS tests weren't exactly treated as containers, presumably since they run inside QEMU. The previous dependency on stylix is no longer necessary since base16-nvim was upstreamed, although it may be ideal to split it into its own module at a later date.
This commit is contained in:
parent
50f8c3eb00
commit
0b0deb55b7
@ -9,7 +9,6 @@ self.inputs.nixpkgs.lib.nixos.runTest {
|
||||
{ nix-config, ... }:
|
||||
{
|
||||
imports = with nix-config.nixosModules; [
|
||||
desktop
|
||||
shell
|
||||
system
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user