added pkgs-local for easy access
This commit is contained in:
parent
7dc1d2713f
commit
921aabab40
8 changed files with 24 additions and 23 deletions
|
@ -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;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue