chore(pkgs): sort overlay alphabetically
Some checks failed
Build packages / Build derivations (push) Failing after 2m9s
Some checks failed
Build packages / Build derivations (push) Failing after 2m9s
This commit is contained in:
parent
c9803a9349
commit
62666ff3fb
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
enigma = prev.callPackage ./enigma.nix { };
|
|
||||||
vineflower = prev.callPackage ./vineflower.nix { };
|
|
||||||
koi = prev.kdePackages.callPackage ./koi.nix { };
|
|
||||||
asus-numpad = prev.callPackage ./asus-numpad.nix { };
|
asus-numpad = prev.callPackage ./asus-numpad.nix { };
|
||||||
openwebstart = prev.callPackage ./openwebstart.nix { };
|
enigma = prev.callPackage ./enigma.nix { };
|
||||||
json2cdn = prev.callPackage ./json2cdn/package.nix { };
|
|
||||||
jaspersoft-studio-community = prev.callPackage ./jaspersoft-studio-community.nix { };
|
jaspersoft-studio-community = prev.callPackage ./jaspersoft-studio-community.nix { };
|
||||||
|
json2cdn = prev.callPackage ./json2cdn/package.nix { };
|
||||||
|
koi = prev.kdePackages.callPackage ./koi.nix { };
|
||||||
|
openwebstart = prev.callPackage ./openwebstart.nix { };
|
||||||
|
vineflower = prev.callPackage ./vineflower.nix { };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue