Files
dotfiles/nur.nix
2024-05-16 21:37:00 +02:00

8 lines
261 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 {};
mac-telnet = pkgs.callPackage ./mods/mac-telnet.nix {};
}