From 1bb484fd4eae44d6683e01066bd005b870684e2b Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 12 Feb 2024 02:16:05 +0530 Subject: [PATCH] [feat] Add flake.lock to repo --- config/nix/flake.lock | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 config/nix/flake.lock diff --git a/config/nix/flake.lock b/config/nix/flake.lock new file mode 100644 index 00000000..efb2587f --- /dev/null +++ b/config/nix/flake.lock @@ -0,0 +1,48 @@ +{ + "nodes": { + "nix-darwin": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706833576, + "narHash": "sha256-w7BL0EWRts+nD1lbLECIuz6fRzmmV+z8oWwoY7womR0=", + "owner": "LnL7", + "repo": "nix-darwin", + "rev": "bdbae6ecff8fcc322bf6b9053c0b984912378af7", + "type": "github" + }, + "original": { + "owner": "LnL7", + "repo": "nix-darwin", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1707588924, + "narHash": "sha256-0e1ce6X5ghapv6cAF9rxLZKeNyFHHXsLbGxN2cQQE8U=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "10b813040df67c4039086db0f6eaf65c536886c6", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nix-darwin": "nix-darwin", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +}