forstio/.nix/release.nix

8 lines
101 B
Nix

{ ... }:
let
pkgs = (import <nixpkgs>{});
in
{
forstio = pkgs.callPackage ./derivation.nix {};
}