diff options
author | sterni <sternenseemann@systemli.org> | 2022-03-13T16·19+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-03-19T17·11+0000 |
commit | 508a62b6030a87c02e88c4e67f8497fa4164bcb5 (patch) | |
tree | 2b2b004cc99eb16967df14964b655da37e45642d /users/grfn | |
parent | be87afae1d67885fa405d2d39eff6c9b5973a03f (diff) |
chore(3p/sources): Bump channels & overlays r/3917
* Remove use of aliases that have been removed in nixpkgs commit a36f455905d55838a0d284656e096fbdb857cf3a: - ncat - x11 - nologin - dbus_libs - emacsPackagesGen - man-pages - pulseaudioLight Change-Id: Ide603bf48bc7f77e10e4aa715ba025aece3644fd Reviewed-on: https://cl.tvl.fyi/c/depot/+/5387 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/gws.fyi/orgExportHTML.nix | 2 | ||||
-rw-r--r-- | users/grfn/system/home/machines/roswell.nix | 2 | ||||
-rw-r--r-- | users/grfn/system/home/modules/common.nix | 2 | ||||
-rw-r--r-- | users/grfn/system/home/modules/obs.nix | 2 | ||||
-rw-r--r-- | users/grfn/system/home/platforms/linux.nix | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/users/grfn/gws.fyi/orgExportHTML.nix b/users/grfn/gws.fyi/orgExportHTML.nix index f9cb8d38fb77..1daec45b9f97 100644 --- a/users/grfn/gws.fyi/orgExportHTML.nix +++ b/users/grfn/gws.fyi/orgExportHTML.nix @@ -5,7 +5,7 @@ with lib; let - emacsWithPackages = (pkgs.emacsPackagesGen pkgs.emacs27).emacsWithPackages; + emacsWithPackages = (pkgs.emacsPackagesFor pkgs.emacs27).emacsWithPackages; emacs = emacsWithPackages (p: with p; [ org diff --git a/users/grfn/system/home/machines/roswell.nix b/users/grfn/system/home/machines/roswell.nix index 2e86eda4992d..ee3a557fa047 100644 --- a/users/grfn/system/home/machines/roswell.nix +++ b/users/grfn/system/home/machines/roswell.nix @@ -22,7 +22,7 @@ in zip unzip tree - ncat + nmap bc pv diff --git a/users/grfn/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix index a31e1718192e..32df92893a49 100644 --- a/users/grfn/system/home/modules/common.nix +++ b/users/grfn/system/home/modules/common.nix @@ -31,7 +31,7 @@ zip unzip tree - ncat + nmap bc pv diff --git a/users/grfn/system/home/modules/obs.nix b/users/grfn/system/home/modules/obs.nix index 39d57d712a46..e85a7ba9a006 100644 --- a/users/grfn/system/home/modules/obs.nix +++ b/users/grfn/system/home/modules/obs.nix @@ -22,7 +22,7 @@ let libtool autoconf automake - x11 + xlibsWrapper xorg.libXtst xorg.libXinerama xorg.libxkbfile diff --git a/users/grfn/system/home/platforms/linux.nix b/users/grfn/system/home/platforms/linux.nix index 98223980e323..decc8b8c2e9d 100644 --- a/users/grfn/system/home/platforms/linux.nix +++ b/users/grfn/system/home/platforms/linux.nix @@ -51,7 +51,7 @@ in gdmap lsof tree - ncat + nmap iftop # Security |