diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2021-05-26 18:27:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 18:27:47 +0200 |
| commit | b8f941d09158cb262431f145ea8d0c9aefda5561 (patch) | |
| tree | e9d824fe0b0d65f3834e2d887661cfc7aca43ad1 /modules/examples | |
| parent | a7492a8c76dcc702d0a65cd820a5f9baa8702684 (diff) | |
| parent | dbddb3a1a62f989bb92866b25369f71b89329ba5 (diff) | |
Merge pull request #312 from tricktron/fix-install-flake-github-action
Fixes install flake GitHub action
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"; }; |
