diff options
| author | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-03-24 20:46:18 +0100 |
|---|---|---|
| committer | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-03-26 07:17:26 +0100 |
| commit | dbddb3a1a62f989bb92866b25369f71b89329ba5 (patch) | |
| tree | f9dc54761e6664ad378456e41b388f17769c2e25 /modules/examples | |
| parent | 78e10ac43f4efbf6ce344968da313066c8dffa63 (diff) | |
Adds `GITHUB_TOKEN` due to rate limiting
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/flake.nix b/modules/examples/flake.nix index c0d040b..dcce379 100644 --- a/modules/examples/flake.nix +++ b/modules/examples/flake.nix @@ -2,7 +2,7 @@ description = "Example darwin system flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-20.09-darwin"; + nixpkgs.url = "github:nixos/nixpkgs"; darwin.url = "github:lnl7/nix-darwin"; darwin.inputs.nixpkgs.follows = "nixpkgs"; }; |
