mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
6 lines
95 B
Nix
6 lines
95 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
# TODO: add shell support
|
|
pkgs.callPackage ./release.nix { }
|
|
|