diff --git a/README.md b/README.md index 4ea4655..935b9fd 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Default credentials: You can use this flake as a hardware config in your flake: ```nix - inputs = { - turing-rk1 = { - url = "github:GiyoMoon/nixos-turing-rk1"; - }; +inputs = { + turing-rk1 = { + url = "github:GiyoMoon/nixos-turing-rk1"; }; +}; ``` -Now you can include `turing-rk1.nixosModules.turing-rk1` in your modules for your system. +And then include `turing-rk1.nixosModules.turing-rk1` in your modules for your system. ## Todo's - [ ] Add the Mali G610 firmware required for the GPU diff --git a/flake.lock b/flake.lock index bc9d13a..92fee9a 100644 --- a/flake.lock +++ b/flake.lock @@ -19,11 +19,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724479785, - "narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=", + "lastModified": 1725432240, + "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be", + "rev": "ad416d066ca1222956472ab7d0555a6946746a80", "type": "github" }, "original": {