mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-08-02 03:18:27 -04:00
5 lines
71 B
Nix
5 lines
71 B
Nix
{
|
|
pkgs ? import <nixpkgs> { },
|
|
}:
|
|
pkgs.callPackage ./package.nix { }
|