Skip to content

Commit

Permalink
add julia to container
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Oct 25, 2022
1 parent 3db3d6b commit 806a5ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
inputs = {
cells-lab.url = "github:gtrunsec/cells-lab";
std.follows = "cells-lab/std";
n2c.follows = "cells-lab/std/n2c";
};

outputs = {
Expand Down Expand Up @@ -39,7 +40,7 @@
(functions "overlays")
(functions "compiler")

(data "containerJobs")
(containers "containers")
];
}
{
Expand Down
7 changes: 0 additions & 7 deletions nix/julia2nix/devshells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,5 @@ in
imports = [
cell.devshellProfiles.update
];
# github CI issue: nvfetcher encoding problem
env = [
{
name = "LC_ALL";
value = "en_US.UTF-8";
}
];
};
}

0 comments on commit 806a5ab

Please sign in to comment.