c39d7db5cd
Tests the minimal example, up command, network connectivity. Introduces overlay.
3 lines
100 B
Nix
3 lines
100 B
Nix
import <nixpkgs> {
|
|
overlays = [ (self: super: { arion = super.callPackage ./arion.nix {}; }) ];
|
|
}
|