-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4052aa377e4b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9c16ec186b2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 10 files changed
- 1 contributor
Commits on Jan 9, 2020
-
lib/modules: Recursive disabledModules
With this change, disabledModules applies recursively, meaning if you have a module "foo.nix" with imports = [ ./bar.nix ]; then setting disabledModules = [ "foo.nix" ]; will disable both "foo.nix" and "bar.nix", whereas previously only "foo.nix" would be disabled. This change along with #61570 allows modules to be fully disabled even when they have some `mkRenamedOption` imports.
Configuration menu - View commit details
-
Copy full SHA for de5f73d - Browse repository at this point
Copy the full SHA de5f73dView commit details -
nixos/documentation: Fix disabledModules being rendered
Previously disabledModules would not be disabled for the manual
Configuration menu - View commit details
-
Copy full SHA for 7167985 - Browse repository at this point
Copy the full SHA 7167985View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89b23b - Browse repository at this point
Copy the full SHA b89b23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6462a4 - Browse repository at this point
Copy the full SHA a6462a4View commit details -
Merge pull request #76857 from Infinisil/recursive-disableModules
Apply `disabledModules` recursively
Configuration menu - View commit details
-
Copy full SHA for e9c16ec - Browse repository at this point
Copy the full SHA e9c16ecView commit details
There are no files selected for viewing