starlight: don't include build dependencies, eval time sucks

This commit is contained in:
Artemis Tosini 2024-02-15 23:59:24 +00:00
parent ca4ddbfd4f
commit cb9d0caac3
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -135,8 +135,6 @@
}; };
}; };
# oh god
system.includeBuildDependencies = true;
# NixOS # NixOS
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "21.11"; system.stateVersion = "21.11";