shell.nix: use ripdrag from stable

This commit is contained in:
Wroclaw 2024-12-02 02:27:00 +01:00
parent 1ef3c132ba
commit 934411dbcf

View file

@ -18,7 +18,7 @@ let
] ++ old.propagatedBuildInputs; ] ++ old.propagatedBuildInputs;
}); });
aliasDrag = pkgs.writeScriptBin "drag" '' aliasDrag = pkgs.writeScriptBin "drag" ''
${unstablePkgs.ripdrag}/bin/ripdrag -Axd $@ ${pkgs.ripdrag}/bin/ripdrag -Axd $@
''; '';
in in
{ {
@ -65,7 +65,7 @@ in
set vcs_aware true set vcs_aware true
set show_hidden 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 map <C-d> drag
''; '';