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 = [
|
||||
(self: super: {
|
||||
crywl = super.dwl.overrideAttrs (oldAttrs: rec {
|
||||
(final: prev: {
|
||||
crywl = prev.dwl.overrideAttrs (oldAttrs: rec {
|
||||
pname = "crywl";
|
||||
version = "0.1-unstable";
|
||||
|
||||
|
|
@ -101,6 +101,7 @@ in {
|
|||
command = "crywl -v 2>&1; return 0";
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://forge.imbored.dev/emileclarkb/crywl";
|
||||
description = "Personal fork of DWL";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue