Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 17, 2024
1 parent cbbb0e4 commit 449625f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
in
rec {
packages = {
# inherit codedown;
# For nix repl debugging
inherit codedown;

# Tests use flake to do packageSearch builds
inherit (codedown) languages;

# For .envrc
nixpkgsPath = pkgsStable.writeShellScriptBin "nixpkgsPath.sh" "echo -n ${pkgsStable.path}";

jupyter-runner = pkgsMaster.callPackage ./nix/jupyter-runner.nix {};

Expand Down
2 changes: 1 addition & 1 deletion languages/go/full.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ symlinkJoin {

passthru = {
meta = go.meta // {
baseName = x;
baseName = "go";
displayName = "Go";
version = go.version;
icon = ./go-logo-64x64.png;
Expand Down

0 comments on commit 449625f

Please sign in to comment.