feat: remove bun; add sage

This commit is contained in:
Jacob Bachmann 2024-05-28 16:35:58 +02:00
parent 05507ee1ba
commit fd08e71531
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 4 additions and 73 deletions

View file

@ -9,7 +9,6 @@
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;
pppdf = (super.python3Packages.callPackage ../overlays/pppdf { });