Skip to content

Commit

Permalink
feat(devops): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 7, 2023
1 parent 3cf99fb commit 020dfe9
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 39 deletions.
78 changes: 40 additions & 38 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
description = "The users' interface to the Tenzir platform";
outputs =
{ self, tenzir-devops, ... }@inputs:
(tenzir-devops.lib.mkStd { inherit inputs; })
(tenzir-devops.lib.mkStd {
inherit inputs;
projectDir = ./.;
})
// {
devShells = inputs.tenzir-devops.inputs.std.harvest inputs.self [
[
Expand Down
17 changes: 17 additions & 0 deletions units/cells/dev/jupyenv/example.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{ config }:
{
kernel.r.tenzir-web = {
enable = true;
extraRPackages =
ps:
with ps; [
dplyr
ggplot2
lubridate
readr
rmarkdown
ggrepel
tidyr
];
};
}

0 comments on commit 020dfe9

Please sign in to comment.