Remove workarounds
This commit is contained in:
parent
d856df18d4
commit
521bfc0a15
1 changed files with 4 additions and 15 deletions
|
@ -2,22 +2,11 @@
|
|||
|
||||
self: super:
|
||||
|
||||
let
|
||||
iosevkaTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/dd2f026780399cf11c47fcf6085145b25b14307e.tar.gz) {};
|
||||
mopidyTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/d68db15912f6ff0f0082ed3825efae5098c77905.tar.gz) {};
|
||||
in
|
||||
#let
|
||||
# mopidyTree = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/d68db15912f6ff0f0082ed3825efae5098c77905.tar.gz) {};
|
||||
#in
|
||||
{
|
||||
# Picked from 2019-09-26 tree
|
||||
# Delete this when it lands in main channel
|
||||
mopidy = mopidyTree.mopidy;
|
||||
mopidy-iris = mopidyTree.mopidy-iris;
|
||||
mopidy-local-sqlite = mopidyTree.mopidy-local-sqlite;
|
||||
mopidy-spotify = mopidyTree.mopidy-spotify;
|
||||
mopidy-spotify-tunigo = mopidyTree.mopidy-spotify-tunigo;
|
||||
|
||||
# Picked from 2019-09-25 tree
|
||||
# replace iosevkaTree by super once it's in the main channel
|
||||
iosevka-hskl = iosevkaTree.iosevka.override {
|
||||
iosevka-hskl = super.iosevka.override {
|
||||
privateBuildPlan = {
|
||||
family = "Iosevka Samae";
|
||||
design = [
|
||||
|
|
Loading…
Reference in a new issue