mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-05 06:22:03 -04:00
8 lines
183 B
Nix
8 lines
183 B
Nix
{
|
|
pkgs ?
|
|
import
|
|
(fetchTarball "https://github.com/NixOS/nixpkgs/archive/c6d65881c5624c9cae5ea6cedef24699b0c0a4c0.tar.gz")
|
|
{ },
|
|
}:
|
|
pkgs.callPackage ./package.nix { }
|