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

fix(docker-native): switch nixpkgs.overlays to inline overlay #150

Merged
merged 1 commit into from
Oct 30, 2022
Merged

fix(docker-native): switch nixpkgs.overlays to inline overlay #150

merged 1 commit into from
Oct 30, 2022

Conversation

abehidek
Copy link
Contributor

This makes possible for some NixOS-WSL system configs managed by a flake to use the iptables-legacy overlay, since nixpkgs.overlays could not work depending on how you use your flake. Here's some example to a person trying to use an overlay in a flake managed system

Besides this being more readable (at least for me ). this essentially makes no difference to working machines since it's just overriding the iptables package to the legacy one.

@nzbr nzbr added hacktoberfest-accepted This labes is used to supply people with free t-shirts bug Something isn't working labels Oct 30, 2022
@nzbr
Copy link
Member

nzbr commented Oct 30, 2022

Code looks good to me. Thank you!

@nzbr nzbr merged commit 7cc67b6 into nix-community:main Oct 30, 2022
psvo added a commit to psvo/NixOS-WSL that referenced this pull request Nov 21, 2022
* upstream/main:
  Fix syschdemd exit code (nix-community#140)
  update remaining references to wsl.automountPath (nix-community#158)
  Update flakes (nix-community#124)
  wsl.conf: proper option types (nix-community#153)
  Fix eval by disabling module completely when wsl.enable = false (nix-community#151)
  NixOS users.users.<user> attribute name and .name can differ (nix-community#147)
  switch nixpkgs.overlays to inline overlay (nix-community#150)
  feat: native systemd support (nix-community#134)
  remove boot.isContainer (nix-community#145)
  Do not import minimal profile by default (nix-community#144)
@nzbr nzbr changed the title docker-native: switch nixpkgs.overlays to inline overlay fix(docker-native): switch nixpkgs.overlays to inline overlay Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest-accepted This labes is used to supply people with free t-shirts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants