depot/nix/pkgs/erbium/default.nix

13 lines
292 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";
2024-09-29 18:26:00 +00:00
rev = "5a3bb817a00c8b13126cce8c125904bcdd933045";
hash = "sha256-2loGY8DCmFpEAfda/uhVQlstON1jcHa0ynsZEaNOKAo=";
2020-11-01 21:22:52 +00:00
};
in
2020-11-30 23:39:21 +00:00
import src {
nixpkgs = depot.third_party.nixpkgs;
}