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
|
let
|
||||||
pkgs = (import <nixpkgs> {});
|
pkgs = (import <nixpkgs> {});
|
||||||
in
|
in {
|
||||||
pkgs.hello
|
hello = pkgs.hello;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue