Move to orbstack

This commit is contained in:
Kat Inskip 2023-07-18 10:31:11 -07:00
parent 524dd5bb64
commit 4d3287535b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 121 additions and 30 deletions

View file

@ -1,3 +1,5 @@
_: {
documentation.nixos.enable = false;
{lib, ...}: let
inherit (lib.modules) mkForce;
in {
documentation.nixos.enable = mkForce false;
}