turbo: take from unstable

This commit is contained in:
Motiejus Jakštys
2024-03-13 13:23:50 +02:00
parent 204b39eb87
commit d7d416a5bb
2 changed files with 75 additions and 0 deletions

View File

@@ -109,6 +109,9 @@
tmuxbash = super.callPackage ./pkgs/tmuxbash.nix {};
nicer = super.callPackage ./pkgs/nicer.nix {};
gamja = super.callPackage ./pkgs/gamja.nix {};
# TODO: copied from 24.05
turbo = super.callPackage ./pkgs/turbo.nix {};
})
(_: _: {
crossArm64 = import nixpkgs {