surely this works

This commit is contained in:
caem 2025-01-24 16:14:28 +01:00
parent 6c79d2aadb
commit 1b32a5a22f
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,6 @@
{ inputs, pkgs, lib, ... }: final: prev: {
mkNixPak = inputs.nixpak.lib.nixpak {
inherit (pkgs) lib;
inherit pkgs;
};
}