feat: add bun-baseline
This commit is contained in:
parent
46abf741e3
commit
9931851eac
3 changed files with 70 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
bun-baseline = (super.callPackage ../overlays/bun-baseline.nix { });
|
||||
mfcl3750cdwlpr = (super.callPackage ../overlays/mfcl3750cdw.nix { }).driver;
|
||||
mfcl3750cdwcupswrapper = (super.callPackage ../overlays/mfcl3750cdw.nix { }).cupswrapper;
|
||||
})
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
openjdk17
|
||||
javaPackages.openjfx17
|
||||
gradle_7
|
||||
bun
|
||||
bun-baseline
|
||||
nodejs_21
|
||||
nodenv
|
||||
] ++ lib.optionals (gui.enable) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue