Skip to content

Commit

Permalink
chore: rm mako overlay, 1.8.0 version is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Nov 24, 2023
1 parent efbb30a commit c2ccadc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
additions = final: prev: import ../pkgs { pkgs = final; };

modifications = final: prev: {
mako = prev.mako.overrideAttrs (oldAttrs: {
version = "2022-12-30-main";

src = prev.fetchFromGitHub {
owner = "emersion";
repo = oldAttrs.pname;
rev = "5eca7d58bf9eb658ece1b32da586627118f00642";
sha256 = "sha256-YRCS+6or/Z6KJ0wRfZDkvwbjAH2FwL5muQfVoFtq/lI=";
};
});

# workaround for rpi4 kernel:
# https://github.com/NixOS/nixpkgs/issues/126755#issuecomment-869149243
makeModulesClosure = x:
Expand Down

0 comments on commit c2ccadc

Please sign in to comment.