Skip to content

Commit

Permalink
feat(system): remove workarounds before 24.11
Browse files Browse the repository at this point in the history
Signed-off-by: budimanjojo <[email protected]>
  • Loading branch information
budimanjojo committed Dec 12, 2024
1 parent 3c1de25 commit 957bd66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@

# Your own overlays for stable nixpkgs should be declared here
nixpkgs-overlays = final: prev: {
# TODO: remove this after finish upgrading to 24.11
kea = prev.kea.overrideAttrs (old: {
src = prev.fetchurl {
url = "https://ftp.isc.org/isc/kea/2.6.1/kea-2.6.1.tar.gz";
hash = "sha256-0s4UqRwuJIrSh24pFS1ke8xeQzvGja+tDuluwWb8+tE=";
};
});

vimPlugins = prev.vimPlugins // {
# this version have fzf integration added
catppuccin-nvim = prev.vimPlugins.catppuccin-nvim.overrideAttrs (oldAttrs: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@
systemd.services.fireqos = {
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
# TODO: can be removed after upgrading to 24.11
# see: https://github.com/NixOS/nixpkgs/pull/361402
wantedBy = [ "multi-user.target" ];
};
}

0 comments on commit 957bd66

Please sign in to comment.