summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock22
1 files changed, 22 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 4bf0850..02c8e3a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,26 @@
1{ 1{
2 "nodes": { 2 "nodes": {
3 "darwin": {
4 "inputs": {
5 "nixpkgs": [
6 "nixpkgs"
7 ]
8 },
9 "locked": {
10 "lastModified": 1695686713,
11 "narHash": "sha256-rJATx5B/nwlBpt7CJUf85LV27qWPbul5UVV8fu6ABPg=",
12 "owner": "lnl7",
13 "repo": "nix-darwin",
14 "rev": "e236a1e598a9a59265897948ac9874c364b9555f",
15 "type": "github"
16 },
17 "original": {
18 "owner": "lnl7",
19 "ref": "master",
20 "repo": "nix-darwin",
21 "type": "github"
22 }
23 },
3 "home-manager": { 24 "home-manager": {
4 "inputs": { 25 "inputs": {
5 "nixpkgs": [ 26 "nixpkgs": [
@@ -39,6 +60,7 @@
39 }, 60 },
40 "root": { 61 "root": {
41 "inputs": { 62 "inputs": {
63 "darwin": "darwin",
42 "home-manager": "home-manager", 64 "home-manager": "home-manager",
43 "nixpkgs": "nixpkgs" 65 "nixpkgs": "nixpkgs"
44 } 66 }