flake.nix, docs: band-aid docs generation using nixpkgs-23.05

This commit is contained in:
Alexander Sosedkin 2024-03-06 01:51:02 +01:00
parent 11e98b0140
commit 4029051109
3 changed files with 24 additions and 4 deletions

View file

@ -11,6 +11,7 @@ let
_module.args.pkgs = pkgs.lib.mkForce (nmd.scrubDerivations "pkgs" pkgs);
system.stateVersion = "19.09";
home-manager.sharedModules = [ (_: { home.stateVersion = "24.05"; }) ];
};
modules = import ../modules/module-list.nix {