Update release.nix

This commit is contained in:
Felix Richter 2018-03-27 14:53:07 +02:00 committed by GitHub
parent 639824cc1e
commit 6720a0f44a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
{ ... }:
let
pkgs = (import <nixpkgs> {});
in
pkgs.hello
in {
hello = pkgs.hello;
}