Files
dotfiles/nur.nix
2024-04-02 14:19:17 +02:00

4 lines
81 B
Nix

{ pkgs ? import <nixpkgs> { } }: {
cbm = pkgs.callPackage ./mods/cbm.nix {};
}