This commit is contained in:
parent
5f644d0ccd
commit
a394b9cefd
167 changed files with 2795 additions and 2122 deletions
|
@ -2,10 +2,11 @@
|
|||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
grocy = super.grocy.overrideAttrs (old: {
|
||||
(_self: super: {
|
||||
grocy = super.grocy.overrideAttrs (_old: {
|
||||
meta.broken = false;
|
||||
version = "4.0.1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue