6 lines
95 B
Nix
6 lines
95 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
# TODO: add shell support
|
|
pkgs.callPackage ./release.nix { }
|
|
|