Alisa/nix/default.nix

5 lines
76 B
Nix

{ system, pkgs, inputs }:
{
native = pkgs.callPackage ./native.nix {};
}