shell.nix: use ripdrag from stable
This commit is contained in:
parent
1ef3c132ba
commit
934411dbcf
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ let
|
|||
] ++ old.propagatedBuildInputs;
|
||||
});
|
||||
aliasDrag = pkgs.writeScriptBin "drag" ''
|
||||
${unstablePkgs.ripdrag}/bin/ripdrag -Axd $@
|
||||
${pkgs.ripdrag}/bin/ripdrag -Axd $@
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
@ -65,7 +65,7 @@ in
|
|||
set vcs_aware true
|
||||
set show_hidden true
|
||||
|
||||
alias drag shell ${unstablePkgs.ripdrag}/bin/ripdrag -Axd %p &
|
||||
alias drag shell ${pkgs.ripdrag}/bin/ripdrag -Axd %p &
|
||||
map <C-d> drag
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue