summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2022-11-18 15:15:20 +0000
committerGitHub <noreply@github.com>2022-11-18 15:15:20 +0000
commit6349b99bc2b96ded34d068a88c7c5ced406b7f7f (patch)
treeecbbb0b98752ab5523c7f4948fe7233e38b0c243
parent4182ad42d5fb5001adb1f61bec3a04fae0eecb95 (diff)
parent34c4a4cf9057d5eea84ba7320bbb742b54f129a5 (diff)
Merge pull request #568 from lockejan/docs/readme
update flake example in readme and flake.lock
-rw-r--r--README.md4
-rw-r--r--flake.lock8
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index a7218d8..66d398f 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ A minimal example of using an existing configuration.nix:
description = "John's darwin system";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-20.09-darwin";
+ nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.05-darwin";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
};
@@ -176,7 +176,7 @@ $
## Documentation
-Reference documentation of all the options is available [here](https://lnl7.github.io/nix-darwin/manual/index.html#sec-options).--
+Reference documentation of all the options is available [here](https://lnl7.github.io/nix-darwin/manual/index.html#sec-options).
This can also be accessed locally using `man 5 configuration.nix`.
`darwin-help` will open a HTML version of the manpage in the default browser.
diff --git a/flake.lock b/flake.lock
index 8871e13..2ce4242 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1602411953,
- "narHash": "sha256-gbupmxRpoQZqL5NBQCJN2GI5G7XDEHHHYKhVwEj5+Ps=",
- "owner": "LnL7",
+ "lastModified": 1668650906,
+ "narHash": "sha256-JuiYfDO23O8oxUUOmhQflmOoJovyC5G4RjcYQMQjrRE=",
+ "owner": "NixOS",
"repo": "nixpkgs",
- "rev": "f780534ea2d0c12e62607ff254b6b45f46653f7a",
+ "rev": "3a86856a13c88c8c64ea32082a851fefc79aa700",
"type": "github"
},
"original": {