7 lines
203 B
Nix
7 lines
203 B
Nix
# This is the file for my NUR Repo
|
|
# Reminder for myself: Any package here should not import <nixpkgs>, but use the pkgs
|
|
|
|
{ pkgs ? import <nixpkgs> { } }: {
|
|
cbm = pkgs.callPackage ./mods/cbm.nix {};
|
|
}
|