hydra-example/release.nix
2018-03-27 14:53:07 +02:00

7 lines
77 B
Nix

{ ... }:
let
pkgs = (import <nixpkgs> {});
in {
hello = pkgs.hello;
}