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