From 07b50c4007701e016100eef59a500ec13f7b38fa Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 2 Mar 2023 02:26:49 +0100 Subject: home: sfz has been in nixpkgs for a while why am i still building it myself all the time? --- home/packages-minimal.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'home') diff --git a/home/packages-minimal.nix b/home/packages-minimal.nix index 6ba1c4d..514ae41 100644 --- a/home/packages-minimal.nix +++ b/home/packages-minimal.nix @@ -1,11 +1,5 @@ { config, lib, pkgs, inputs, system, ... }: -let - naersk = pkgs.callPackage inputs.naersk {}; - extras = { - sfz = naersk.buildPackage inputs.sfz; - }; -in { home.packages = with pkgs; [ emacs-all-the-icons-fonts @@ -21,7 +15,7 @@ in tree dnsutils inetutils pijul bat age libsecret gping bottom dogdns cifs-utils jekyll fzf ripgrep fd bandwhich exa dive ripgrep python39Packages.isort shellcheck graphviz - zip unzip acpi extras.sfz viu + zip unzip acpi sfz viu yt-dlp weechat hexyl bottom lm_sensors usbutils # git -- cgit v1.2.3