prefer final: prev: convention
crywl module
This commit is contained in:
parent
9bbb8fa585
commit
aa17215adf
1 changed files with 3 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(final: prev: {
|
||||||
crywl = super.dwl.overrideAttrs (oldAttrs: rec {
|
crywl = prev.dwl.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "crywl";
|
pname = "crywl";
|
||||||
version = "0.1-unstable";
|
version = "0.1-unstable";
|
||||||
|
|
||||||
|
|
@ -101,6 +101,7 @@ in {
|
||||||
command = "crywl -v 2>&1; return 0";
|
command = "crywl -v 2>&1; return 0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://forge.imbored.dev/emileclarkb/crywl";
|
homepage = "https://forge.imbored.dev/emileclarkb/crywl";
|
||||||
description = "Personal fork of DWL";
|
description = "Personal fork of DWL";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue