1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/default.nix
2021-05-17 16:25:20 +08:00

6 lines
95 B
Nix

{ pkgs ? import <nixpkgs> {} }:
# TODO: add shell support
pkgs.callPackage ./release.nix { }