home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

src.github.mr (358B)


      1 # -*- mode: sh -*-
      2 include = cat ${HOME}/.config/mr
      3 
      4 [DEFAULT]
      5 lib =
      6     export BASE_HOST="github.com"
      7     export BASE_USER=vdemeester
      8     export GIT_BASE="github.com:"
      9 
     10 [NixOS/nixpkgs]
     11 checkout =
     12     git clone git@github.com:vdemeester/nixpkgs.git
     13     cd NixOS/nixpkgs
     14     git remote add upstream https://github.com/NixOS/nixpkgs.git
     15     git fetch -p --all