Skip to content

Commit

Permalink
pkgs/volnoti: create override
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Aug 10, 2024
1 parent 3ffdc5c commit 9e277c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ in
crosshair-dot = cp ./linux/crosshair-dot.nix { };
hp-linuxtools = cp ./linux/hp-linuxtools.nix { };
hudkit = cp ./linux/hudkit.nix { };
volnoti = cp ./linux/volnoti.nix { };
} // pkgs.lib.optionalAttrs pkgs.stdenv.isDarwin {
developercolorpicker = cp ./darwin/developercolorpicker.nix { };
}
10 changes: 10 additions & 0 deletions pkgs/linux/volnoti.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ volnoti, fetchFromGitHub }:
volnoti.overrideAttrs (finalAttrs: previousAttrs: {
src = fetchFromGitHub {
owner = "eterniter06";
repo = "volnoti";
rev = "b7c5761ebff1af74ce31e7527da485117e58c7b3";
hash = "sha256-VUkyLcMmzPtqHd04i6r472IbyxCwTpBnWixHWJ4KZB4=";
};
patches = [ ];
})

0 comments on commit 9e277c2

Please sign in to comment.