Remove Bitwig from packages
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
@@ -30,10 +30,6 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
||||
local-bitwig = {
|
||||
url = "path:/home/coolneng/Projects/panacea/assets/bitwig";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
||||
@@ -18,13 +18,6 @@ let
|
||||
}
|
||||
);
|
||||
|
||||
patched-bitwig = bitwig-studio.overrideAttrs (old: rec {
|
||||
src = "${inputs.local-bitwig}/bitwig-studio.deb";
|
||||
postInstall = ''
|
||||
cp -r ${inputs.local-bitwig}/bitwig.jar $out/libexec/bin/bitwig.jar
|
||||
'';
|
||||
});
|
||||
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
@@ -74,7 +67,6 @@ in
|
||||
mpd-mpris
|
||||
pulsemixer
|
||||
easyeffects
|
||||
patched-bitwig
|
||||
# Productivity
|
||||
zathura
|
||||
libreoffice-fresh
|
||||
|
||||
Reference in New Issue
Block a user