kelunit/.nix/release.nix

8 lines
100 B
Nix

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