arion/pkgs.nix

4 lines
100 B
Nix
Raw Normal View History

import <nixpkgs> {
overlays = [ (self: super: { arion = super.callPackage ./arion.nix {}; }) ];
}