depot/nix/pkgs/erbium/default.nix

13 lines
300 B
Nix
Raw Normal View History

2020-11-01 21:22:52 +00:00
{ depot, pkgs, lib, ... }@args:
let
src = pkgs.fetchFromGitHub {
owner = "isomer";
repo = "erbium";
rev = "aff026d4f83ff055c704508d9a146ab12c901535";
hash = "sha256:1gn41dy8s0c8bq2dckrilf7dlc54hhq14n51nhf1rfhqrbzily3w";
2020-11-01 21:22:52 +00:00
};
in
2020-11-30 23:39:21 +00:00
import src {
nixpkgs = depot.third_party.nixpkgs;
}