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

[WIP] RFC #33 #46530

Closed
wants to merge 6 commits into from
Closed

[WIP] RFC #33 #46530

wants to merge 6 commits into from

Commits on Sep 11, 2018

  1. Configuration menu
    Copy the full SHA
    162eae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc51ca View commit details
    Browse the repository at this point in the history
  3. lib: introduce config

    infinisil authored and oxij committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    006087b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c8c32 View commit details
    Browse the repository at this point in the history
  5. lib: deprecate some things

    oxij committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    6721581 View commit details
    Browse the repository at this point in the history
  6. For example, run

    nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "16.03"; traceLevel = 0; }; })); showVal 1'
    nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "16.03"; }; })); showVal 1
    nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "17.03"; }; })); showVal 1
    nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "18.03"; }; })); showVal 1
    oxij committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    921f309 View commit details
    Browse the repository at this point in the history