Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nixpkgs invocation helper modules #231940

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2023

  1. pkgs/top-level/module: init

    roberth committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4aac481 View commit details
    Browse the repository at this point in the history
  2. flake.nix: Add modules.generic.nixpkgs

    A helper for module system applications.
    
    Naming compatible with NixOS/nix#6257
    To be supported by nix flake check in NixOS/nix#8332
    Concept is in the spirit of a proposed module based solution to [RFC 0078 System-agnostic configuration file generators](NixOS/rfcs#78).
    roberth committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bfe8fd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7409534 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fad676 View commit details
    Browse the repository at this point in the history
  5. nixos/qemu-vm.nix: Use types.pkgs directly

    This hack isn't needed anymore, and would be incompatible with having submodule at `nixpkgs.*`.
    roberth committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    14400cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20e482a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44930c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa1a58d View commit details
    Browse the repository at this point in the history
  9. nixos/doc/manual: Set feature flag and explain minimalModules use

    A feature flag warning was rightfully picked up by ofborg. This should
    solve it, and hopefully help out the next person who tries to render
    docs for an optional module.
    roberth committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    01df1f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. doc/using/configuration: Update

    Co-authored-by: David Arnold <dgx.arnold@gmail.com>
    roberth and blaggacao authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    4f51d81 View commit details
    Browse the repository at this point in the history