projects/highlightjs: init

This commit is contained in:
2025-01-16 12:36:59 +01:00
parent b2c3801aa1
commit 1c6cbbed83
2 changed files with 18 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
rust-nightly = pkgs.callPackage ./generic/rust/shell.nix { rust-channel = "nightly"; };
github-MusicPlayerDaemon-MPD = pkgs.callPackage ./projects/github/MusicPlayerDaemon/MPD/shell.nix { };
github-highlightjs-highlightjs = pkgs.callPackage ./projects/github/highlightjs/highlight.js/shell.nix { };
});
};
}