Files
dotfiles/nur.nix
Sebastian Moser 6996146302 made nur ready
2024-04-02 15:00:51 +02:00

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 {};
}