Dotfiles-NixOS/workarounds.nix
Username404-59 0ca7f35d37
Add a workarounds.nix file to fix occasional issues
+ update lockfile & add a comment to configuration.nix
2026-07-02 06:30:31 +02:00

6 lines
120 B
Nix

{ ... }:
{
documentation.nixos.enable = false; # Fixes nixpkgs-unstable as of writing; TODO Remove this when fixed
}