Apply carla fix
This commit is contained in:
parent
75e58116a8
commit
14f8b8d109
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
self: super:
|
||||
|
||||
#let
|
||||
let
|
||||
# mopidyTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/d68db15912f6ff0f0082ed3825efae5098c77905.tar.gz) {};
|
||||
#in
|
||||
carlaTree = import (builtins.fetchTarball https://github.com/minijackson/nixpkgs/archive/carla-fix-67923.tar.gz) {};
|
||||
in
|
||||
{
|
||||
iosevka-hskl = super.iosevka.override {
|
||||
privateBuildPlan = {
|
||||
|
@ -26,6 +27,8 @@ self: super:
|
|||
|
||||
surge-samae = super.callPackage ./surge {};
|
||||
|
||||
carla-samae = carlaTree.carla;
|
||||
|
||||
vim-samae = super.callPackage ./vim {};
|
||||
|
||||
reaper-samae = super.callPackage ./reaper {};
|
||||
|
|
Loading…
Reference in a new issue