nix-config/pkgs/default.nix

10 lines
266 B
Nix
Raw Permalink Normal View History

# You can build these directly using 'nix build .#example'
{ pkgs ? import <nixpkgs> { } }: rec {
#################### Packages with external source ####################
# name = pkgs.callPackage ./name { };
2024-08-27 08:45:50 +00:00
geteduroam = pkgs.callPackage ./geteduroam {};
}