Skip to content

Commit

Permalink
move kak-ayu out of the backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 5, 2021
1 parent f69797a commit 881bf4e
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions dotfiles/kakoune/default.nix
Expand Up @@ -11,6 +11,7 @@ in {
plugins = with pkgs.kakounePlugins; [
active-window
kak-auto-pairs
kak-ayu
kak-tree
kakoune-auto-percent
kakoune-find
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Expand Up @@ -113,6 +113,8 @@
active-window =
buildKakounePlugin "active-window" inputs.active-window;

kak-ayu = final.callPackage ./pkgs/kak-ayu { };

kak-subvert = buildKakounePlugin "kak-subvert" inputs.kak-subvert;

kak-tree = kak-tree.kakounePlugins.kak-tree;
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions backup/pkgs/kak-ayu/default.nix → pkgs/kak-ayu/default.nix
Expand Up @@ -5,14 +5,14 @@ let builder = (import ./node.nix { inherit pkgs system; }).package;
in with pkgs;
stdenv.mkDerivation {
name = "kak-ayu";
src = ./dummy;
src = ./fakesrc;

buildPhase = ''
${builder}/lib/node_modules/kak-ayu/bin/build.js
'';

installPhase = ''
mkdir $out
cp *.kak $out/
mkdir -p $out/share/kak/colors
cp *.kak $out/share/kak/colors
'';
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 881bf4e

Please sign in to comment.