Skip to content

Commit

Permalink
chore: remove nixpkgs-julia(upstream merged)
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Dec 20, 2023
1 parent b124522 commit 78368f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
29 changes: 6 additions & 23 deletions flake.lock

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

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.05";
inputs.nixpkgs-julia.url = "github:NixOS/nixpkgs/?ref=refs/pull/225513/head";
inputs.flake-compat.url = "github:edolstra/flake-compat";
inputs.flake-compat.flake = false;
inputs.flake-utils.url = "github:numtide/flake-utils";
Expand Down
2 changes: 0 additions & 2 deletions modules/types/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ in
default =
if kernelName == "scala"
then applyOverlays self.inputs.nixpkgs-stable
else if kernelName == "julia"
then applyOverlays self.inputs.nixpkgs-julia
else applyOverlays self.inputs.nixpkgs;
defaultText = lib.literalExpression "self.inputs.nixpkgs";
example = lib.literalExpression "self.inputs.nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion modules/types/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
kernelName,
}: let
overlays =
if (lib.elem kernelName ["python" "bash" "c" "elm" "zsh"])
if (lib.elem kernelName ["python" "bash" "c" "elm" "zsh" "postgres"])
then [
self.inputs.poetry2nix.overlays.default
]
Expand Down

0 comments on commit 78368f7

Please sign in to comment.