1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-16 05:18:17 +00:00

Merge pull request #568 from lockejan/docs/readme

update flake example in readme and flake.lock
This commit is contained in:
Domen Kožar 2022-11-18 15:15:20 +00:00 committed by GitHub
commit 6349b99bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -82,7 +82,7 @@ A minimal example of using an existing configuration.nix:
description = "John's darwin system"; description = "John's darwin system";
inputs = { 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.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs"; darwin.inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -176,7 +176,7 @@ $
## Documentation ## 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`. 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. `darwin-help` will open a HTML version of the manpage in the default browser.

8
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1602411953, "lastModified": 1668650906,
"narHash": "sha256-gbupmxRpoQZqL5NBQCJN2GI5G7XDEHHHYKhVwEj5+Ps=", "narHash": "sha256-JuiYfDO23O8oxUUOmhQflmOoJovyC5G4RjcYQMQjrRE=",
"owner": "LnL7", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f780534ea2d0c12e62607ff254b6b45f46653f7a", "rev": "3a86856a13c88c8c64ea32082a851fefc79aa700",
"type": "github" "type": "github"
}, },
"original": { "original": {