chore: drop 2a-emulator dependency
This commit is contained in:
parent
65195708dd
commit
9691ce663f
761
flake.lock
761
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -15,10 +15,6 @@
|
|||
nixpkgs-wayland = {
|
||||
url = "github:nix-community/nixpkgs-wayland";
|
||||
};
|
||||
emulator-2a = {
|
||||
url = "github:MalteT/2a-emulator/main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
mensa = {
|
||||
url = "github:MalteT/mensa/main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -76,9 +72,6 @@
|
|||
inputs.xdg-desktop-portal-hyprland.overlays.default
|
||||
inputs.hyprland-contrib.overlays.default
|
||||
(_: super: {
|
||||
# Add the emulator
|
||||
"2a-emulator" =
|
||||
inputs.emulator-2a.packages.x86_64-linux."2a-emulator";
|
||||
# Add my mensa tool
|
||||
inherit (inputs.mensa.packages.x86_64-linux) mensa;
|
||||
# TODO: Replace with upstream
|
||||
|
|
|
@ -115,7 +115,6 @@ in {
|
|||
patchelf
|
||||
pavucontrol
|
||||
pdftk
|
||||
pkgs."2a-emulator"
|
||||
ponymix
|
||||
pulseaudio
|
||||
pulseeffects-pw
|
||||
|
|
Loading…
Reference in a new issue