just putting the release name into the custom namespace

main
Claudius Holeksa 2023-02-02 17:29:35 +01:00
parent 0766ced2e5
commit 2dca7e9610
1 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,7 @@ let
pkgs = (import <nixpkgs> {});
in
{
kelunit = pkgs.callPackage ./derivation.nix {};
keldu = {
kelunit = pkgs.callPackage ./derivation.nix {};
};
}