Update release.nix
This commit is contained in:
parent
639824cc1e
commit
6720a0f44a
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
{ ... }:
|
||||
let
|
||||
pkgs = (import <nixpkgs> {});
|
||||
in
|
||||
pkgs.hello
|
||||
in {
|
||||
hello = pkgs.hello;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue