hydra-example/release.nix

8 lines
77 B
Nix
Raw Permalink Normal View History

2018-03-27 14:51:09 +02:00
{ ... }:
let
pkgs = (import <nixpkgs> {});
2018-03-27 14:53:07 +02:00
in {
hello = pkgs.hello;
}