Create release.nix

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

5
release.nix Normal file
View file

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