made nur ready

This commit is contained in:
Sebastian Moser
2024-04-02 15:00:51 +02:00
parent 2927717d54
commit 6996146302
2 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# 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 {};
}