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: e024989531ad
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5dea8fa3e760
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 16, 2018

  1. valauncher: remove

    I no longer use/maintain this software.
    see: https://github.com/Mic92/valauncher
    Mic92 committed Nov 16, 2018
    Copy the full SHA
    56a0533 View commit details
  2. Merge pull request #50438 from Mic92/valauncher

    valauncher: remove
    Mic92 authored Nov 16, 2018
    Copy the full SHA
    5dea8fa View commit details
Showing with 0 additions and 30 deletions.
  1. +0 −28 pkgs/applications/misc/valauncher/default.nix
  2. +0 −2 pkgs/top-level/all-packages.nix
28 changes: 0 additions & 28 deletions pkgs/applications/misc/valauncher/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -22636,8 +22636,6 @@ with pkgs;

unixcw = callPackage ../applications/misc/unixcw { };

valauncher = callPackage ../applications/misc/valauncher { };

vault = callPackage ../tools/security/vault { };

vaultenv = haskellPackages.vaultenv;