adding release files

dev
Claudius Holeksa 2023-01-30 20:22:01 +01:00
parent f60f636cef
commit 395578f708
1 changed files with 7 additions and 0 deletions

7
.nix/release.nix Normal file
View File

@ -0,0 +1,7 @@
{ ... }:
let
pkgs = (import <nixpkgs>{});
in
{
forstio = pkgs.callPackage ./derivation.nix {};
}