Move kakoune
to a full-fledged package #4
|
@ -1676,11 +1676,11 @@
|
||||||
"rust-overlay": "rust-overlay_4"
|
"rust-overlay": "rust-overlay_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735912896,
|
"lastModified": 1737051126,
|
||||||
"narHash": "sha256-jJQfnP7XhTGlCvUIgxIKDipIkif/AmOk6SgSuD5qils=",
|
"narHash": "sha256-RXdUcprutFE53CwSyimRsiodETsCz6nrarJlh1aMD/M=",
|
||||||
"owner": "natsukagami",
|
"owner": "natsukagami",
|
||||||
"repo": "youmubot",
|
"repo": "youmubot",
|
||||||
"rev": "dde4a722a07ba6ad814b3792ae1361139be1e973",
|
"rev": "2f49f09a279f9cc20e2ea1dc312e213442cc7bf3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -72,9 +72,9 @@ let
|
||||||
});
|
});
|
||||||
|
|
||||||
vikunja =
|
vikunja =
|
||||||
builtins.seq
|
# builtins.seq
|
||||||
(final.lib.assertMsg (prev.vikunja.version == "0.24.5") "Vikunja probably doesn't need custom versions anymore")
|
# (final.lib.assertMsg (prev.vikunja.version == "0.24.5") "Vikunja probably doesn't need custom versions anymore")
|
||||||
(final.callPackage ./packages/common/vikunja.nix { });
|
(final.callPackage ./packages/common/vikunja.nix { });
|
||||||
|
|
||||||
luminance = prev.luminance.overrideAttrs (attrs: {
|
luminance = prev.luminance.overrideAttrs (attrs: {
|
||||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [ final.wrapGAppsHook ];
|
nativeBuildInputs = attrs.nativeBuildInputs ++ [ final.wrapGAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue