Skip to content
/ nix.ug Public
forked from nix-how/nix.ug

A directory of Nix User Groups

License

Notifications You must be signed in to change notification settings

srid/nix.ug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


nix.ug

A friendly and static way to catalogue all of the Nix User Groups in existence, by using Nix, Git and Yaml.

Adding a new user group or event to the list

  1. Create a new default.nix in a folder in ./lists/NUGs/ or ./lists/Events/ that follows this template:

    {
      keywords = ""; # space separated keywords
      name = "My User Group";
      subtitle =  "Every Thursday at Eelco's";
      tag = "Netherlands";
      target = "_blank"; # optional html <a> tag target attribute
      url = "https://nug.nixos.org";
    }
  2. Populate it with your details

  3. Optionally place an image file named logo, such as logo.svg or logo.png with any extension in the same directory

  4. Submit a PR

About

A directory of Nix User Groups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%