diff options
| author | Jan Schmitt <git@smittie.de> | 2023-04-28 13:26:04 +0200 |
|---|---|---|
| committer | Jan Schmitt <git@smittie.de> | 2023-04-28 13:26:04 +0200 |
| commit | a379f9afe7f80b137d66fbbeeb81da9b29b519da (patch) | |
| tree | 5623b58f5ee27c903a676c7fd309533007deac78 /README.md | |
| parent | 8c9337e28685448882142302b45daef38a127df4 (diff) | |
docs: update flake snippet to 22.11
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ A minimal example of using an existing configuration.nix: description = "John's darwin system"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.05-darwin"; + nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin"; darwin.url = "github:lnl7/nix-darwin/master"; darwin.inputs.nixpkgs.follows = "nixpkgs"; }; |
