packages/lain-ipfs: rename to ipfs
This commit is contained in:
parent
c482fdd0bc
commit
7003eb1f67
2 changed files with 2 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
inherit (patched)
|
inherit (patched)
|
||||||
ddcci-driver-with-global-control
|
ddcci-driver-with-global-control
|
||||||
|
ipfs
|
||||||
nerdfonts-terminus
|
nerdfonts-terminus
|
||||||
terminus_font_fancy
|
terminus_font_fancy
|
||||||
webkitgtk
|
webkitgtk
|
||||||
|
@ -15,8 +16,6 @@
|
||||||
|
|
||||||
doas = patched.doas-interactive;
|
doas = patched.doas-interactive;
|
||||||
|
|
||||||
ipfs = patched.lain-ipfs;
|
|
||||||
|
|
||||||
hydra-unstable = patched.hydra;
|
hydra-unstable = patched.hydra;
|
||||||
|
|
||||||
nix-direnv = super.nix-direnv.override {
|
nix-direnv = super.nix-direnv.override {
|
||||||
|
|
|
@ -7,7 +7,7 @@ super: rec {
|
||||||
|
|
||||||
doas-interactive = patch-rename super.doas "doas-interactive" "patches/base/doas";
|
doas-interactive = patch-rename super.doas "doas-interactive" "patches/base/doas";
|
||||||
|
|
||||||
lain-ipfs = patch-rename super.ipfs "lain-ipfs" "patches/base/ipfs";
|
ipfs = patch super.ipfs "patches/base/ipfs";
|
||||||
|
|
||||||
gnome-control-center = patch' super.gnome.gnome-control-center;
|
gnome-control-center = patch' super.gnome.gnome-control-center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue