4 lines
100 B
Nix
4 lines
100 B
Nix
|
import <nixpkgs> {
|
||
|
overlays = [ (self: super: { arion = super.callPackage ./arion.nix {}; }) ];
|
||
|
}
|