Create release.nix
This commit is contained in:
parent
97797c92e0
commit
639824cc1e
1 changed files with 5 additions and 0 deletions
5
release.nix
Normal file
5
release.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
let
|
||||
pkgs = (import <nixpkgs> {});
|
||||
in
|
||||
pkgs.hello
|
Loading…
Reference in a new issue