mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-06-21 21:53:55 +08:00
4 lines
73 B
Nix
4 lines
73 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
pkgs.callPackage ./nix/package.nix { }
|