depot/nix/pkgs/erbium/default.nix

12 lines
292 B
Nix

{ depot, pkgs, lib, ... }@args:
let
src = pkgs.fetchFromGitHub {
owner = "isomer";
repo = "erbium";
rev = "5a3bb817a00c8b13126cce8c125904bcdd933045";
hash = "sha256-2loGY8DCmFpEAfda/uhVQlstON1jcHa0ynsZEaNOKAo=";
};
in
import src {
nixpkgs = depot.third_party.nixpkgs;
}