Skip to content
Permalink

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: eda44a6d29bd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78486a86fc95
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 15, 2019

  1. nixos/lorri: add to environment.systemPackages

    most likely, people enabling the lorri module also want to use it,
    without explicitly having to add it to users.users.<username>.packages.
    
    cc @curiousleo @Profpatsch
    
    (cherry picked from commit fd7d88f)
    flokli committed Nov 15, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    B4dM4n Fabian Möller
    Copy the full SHA
    78486a8 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 nixos/modules/services/development/lorri.nix
2 changes: 2 additions & 0 deletions nixos/modules/services/development/lorri.nix
Original file line number Diff line number Diff line change
@@ -41,5 +41,7 @@ in {
Restart = "on-failure";
};
};

environment.systemPackages = [ pkgs.lorri ];
};
}