Skip to content

Commit

Permalink
Remove rust overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Dec 16, 2024
1 parent 5d8f1f4 commit 399784c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
37 changes: 1 addition & 36 deletions flake.lock

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

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
cardano-node.url = "github:intersectmbo/cardano-node/10.1.2";
mithril.url = "github:input-output-hk/mithril/2442.0";
nix-npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";
rust-overlay.url = "github:oxalica/rust-overlay";
};

outputs =
Expand All @@ -33,7 +32,6 @@
# TODO remove when haskellNix updated to newer nixpkgs
, nixpkgsLatest
, cardano-node
, rust-overlay
, ...
} @ inputs:
flake-parts.lib.mkFlake { inherit inputs; } {
Expand Down Expand Up @@ -71,7 +69,6 @@
# Custom static libs used for darwin build
(import ./nix/static-libs.nix)
inputs.nix-npm-buildpackage.overlays.default
(import rust-overlay)
# Specific versions of tools we require
(final: prev: {
aiken = inputs.aiken.packages.${system}.aiken;
Expand Down
1 change: 0 additions & 1 deletion nix/hydra/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ let
pkgs.yq
# Use latest jq in all shells, to avoid 1.6 bug with large integers.
pkgsLatest.jq
pkgs.rust-bin.beta.latest.default
];

libs = [
Expand Down

0 comments on commit 399784c

Please sign in to comment.