Skip to content

Commit

Permalink
Remove niv
Browse files Browse the repository at this point in the history
  • Loading branch information
jechol committed Sep 12, 2020
1 parent 65e8d73 commit 8cc7a41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 193 deletions.
38 changes: 0 additions & 38 deletions nix/sources.json

This file was deleted.

148 changes: 0 additions & 148 deletions nix/sources.nix

This file was deleted.

17 changes: 10 additions & 7 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
let
sources = import ./nix/sources.nix;
pkgs = import sources.nixpkgs { };
jechol-nur = import sources.jechol-nur { };
inherit (pkgs.lib) optional optionals;
in pkgs.mkShell {
buildInputs =
[ jechol-nur.beam.all.packages.erlang_23_0.elixirs.elixir_1_10_4 ];
nixpkgs = import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/20.03.tar.gz";
sha256 = "0182ys095dfx02vl2a20j1hz92dx3mfgz2a6fhn31bqlp1wa8hlq";
}) { };
jechol = import (fetchTarball {
url = "https://github.com/jechol/nur-packages/archive/v1.0.tar.gz";
sha256 = "0v5fph0rb8bjibbfzapi8pq46hk5aysrmh6x32nxw4p807ix10l0";
}) { };
in nixpkgs.mkShell {
buildInputs = [ jechol.beam.all.packages.erlang_23_0.elixirs.elixir_1_10_4 ];
}

0 comments on commit 8cc7a41

Please sign in to comment.