mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
9d6be1a729
Something easier than setting my own NUR, at least.
6 lines
75 B
Nix
6 lines
75 B
Nix
{ pkgs ? <nixpkgs> }:
|
|
|
|
{
|
|
libcs50 = pkgs.callPackage ./libcs50.nix { };
|
|
}
|