From 918f32dfcd291f9d5ae997bec5ea14c323c70d37 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 25 Sep 2023 23:29:57 -0700 Subject: updated lock --- flake.lock | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 4bf0850..02c8e3a 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,26 @@ { "nodes": { + "darwin": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1695686713, + "narHash": "sha256-rJATx5B/nwlBpt7CJUf85LV27qWPbul5UVV8fu6ABPg=", + "owner": "lnl7", + "repo": "nix-darwin", + "rev": "e236a1e598a9a59265897948ac9874c364b9555f", + "type": "github" + }, + "original": { + "owner": "lnl7", + "ref": "master", + "repo": "nix-darwin", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -39,6 +60,7 @@ }, "root": { "inputs": { + "darwin": "darwin", "home-manager": "home-manager", "nixpkgs": "nixpkgs" } -- cgit v1.2.3