summaryrefslogtreecommitdiffstats
path: root/release.nix
blob: 9db53f947efa36c2705bc5608c1348fbe802ab07 (plain)
1
2
3
4
5
6
7
8
9
{ nixpkgs ? import <nixpkgs>, ... }:

let
  pkgs = nixpkgs {
    config = {};
  };
in {
  set_eq = pkgs.callPackage ./derivation.nix {};
}