added pkgs-local for easy access

This commit is contained in:
Matt Nish-Lapidus 2025-06-18 11:20:48 -04:00
parent 7dc1d2713f
commit 921aabab40
8 changed files with 24 additions and 23 deletions

View file

@ -1,4 +1,4 @@
{ nix-config, config, pkgs, pkgs-stable, inputs, ... }:
{ nix-config, config, pkgs, pkgs-local, pkgs-stable, inputs, ... }:
{
@ -69,8 +69,8 @@
# adds newer bitwig version package. i'm sure this is a hack, but it works.
(final: prev: {
bitwig-studio5-3 = nix-config.packages.x86_64-linux.bitwig-studio.bitwig-bubblewrap.override {
bitwig-studio = nix-config.packages.x86_64-linux.bitwig-studio.bitwig-studio5-3-unwrapped;
bitwig-studio5-3 = pkgs-local.bitwig-studio.bitwig-bubblewrap.override {
bitwig-studio = pkgs-local.bitwig-studio.bitwig-studio5-3-unwrapped;
};
})
];