mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
flake.nix, docs: band-aid docs generation using nixpkgs-23.05
This commit is contained in:
parent
11e98b0140
commit
4029051109
3 changed files with 24 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue