diff options
Diffstat (limited to 'home-config/nix-home-manager/flake.lock')
-rw-r--r-- | home-config/nix-home-manager/flake.lock | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/home-config/nix-home-manager/flake.lock b/home-config/nix-home-manager/flake.lock new file mode 100644 index 0000000..0356e26 --- /dev/null +++ b/home-config/nix-home-manager/flake.lock | |||
@@ -0,0 +1,69 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "home-manager": { | ||
4 | "inputs": { | ||
5 | "nixpkgs": [ | ||
6 | "nixpkgs" | ||
7 | ] | ||
8 | }, | ||
9 | "locked": { | ||
10 | "lastModified": 1708031129, | ||
11 | "narHash": "sha256-EH20hJfNnc1/ODdDVat9B7aKm0B95L3YtkIRwKLvQG8=", | ||
12 | "owner": "nix-community", | ||
13 | "repo": "home-manager", | ||
14 | "rev": "3d6791b3897b526c82920a2ab5f61d71985b3cf8", | ||
15 | "type": "github" | ||
16 | }, | ||
17 | "original": { | ||
18 | "owner": "nix-community", | ||
19 | "repo": "home-manager", | ||
20 | "type": "github" | ||
21 | } | ||
22 | }, | ||
23 | "hyprpicker-git": { | ||
24 | "inputs": { | ||
25 | "nixpkgs": [ | ||
26 | "nixpkgs" | ||
27 | ] | ||
28 | }, | ||
29 | "locked": { | ||
30 | "lastModified": 1703987863, | ||
31 | "narHash": "sha256-MHhAk74uk0qHVwSkLCcXLXMe4478M2oZEFPXwjSoo2E=", | ||
32 | "owner": "hyprwm", | ||
33 | "repo": "hyprpicker", | ||
34 | "rev": "2ef703474fb96e97e03e66e8820f213359f29382", | ||
35 | "type": "github" | ||
36 | }, | ||
37 | "original": { | ||
38 | "owner": "hyprwm", | ||
39 | "repo": "hyprpicker", | ||
40 | "type": "github" | ||
41 | } | ||
42 | }, | ||
43 | "nixpkgs": { | ||
44 | "locked": { | ||
45 | "lastModified": 1707956935, | ||
46 | "narHash": "sha256-ZL2TrjVsiFNKOYwYQozpbvQSwvtV/3Me7Zwhmdsfyu4=", | ||
47 | "owner": "nixos", | ||
48 | "repo": "nixpkgs", | ||
49 | "rev": "a4d4fe8c5002202493e87ec8dbc91335ff55552c", | ||
50 | "type": "github" | ||
51 | }, | ||
52 | "original": { | ||
53 | "owner": "nixos", | ||
54 | "ref": "nixos-unstable", | ||
55 | "repo": "nixpkgs", | ||
56 | "type": "github" | ||
57 | } | ||
58 | }, | ||
59 | "root": { | ||
60 | "inputs": { | ||
61 | "home-manager": "home-manager", | ||
62 | "hyprpicker-git": "hyprpicker-git", | ||
63 | "nixpkgs": "nixpkgs" | ||
64 | } | ||
65 | } | ||
66 | }, | ||
67 | "root": "root", | ||
68 | "version": 7 | ||
69 | } | ||