derivation

main
Claudius Holeksa 2023-02-02 21:59:11 +01:00
parent 3add3f397e
commit a8dc58db94
1 changed files with 9 additions and 0 deletions

9
release.nix Normal file
View File

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