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 let
pkgs = (import <nixpkgs> {}); pkgs = (import <nixpkgs> {});
in in {
pkgs.hello hello = pkgs.hello;
}