4 lines
99 B
Nix
4 lines
99 B
Nix
{ system, inputs, self, pkgs, flake }:
|
|
(import ./package { inherit system inputs self pkgs; })
|
|
|