summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-08-12 21:58:23 -0400
committervin <git@vineetk.net>2024-08-12 21:58:23 -0400
commit610531670c37084c76033d191e3a267e86f3b46c (patch)
treee59b06322ccc3a7360c1f50118304d01f3895274 /flake.lock
parent2838ec11c9fd8a2e26e1b82138ead65a3524afa6 (diff)
fail at trying add external flake derivation for everblush gtk theme
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock74
1 files changed, 74 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index d9d9d8d..8b8268d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,45 @@
1{ 1{
2 "nodes": { 2 "nodes": {
3 "everblush-gtk": {
4 "inputs": {
5 "flake-parts": "flake-parts",
6 "nix-filter": "nix-filter",
7 "nixpkgs": [
8 "nixpkgs"
9 ]
10 },
11 "locked": {
12 "lastModified": 1701784264,
13 "narHash": "sha256-bVMwXCNncv47Ksjyq6pc1EU4Ede6PCefd1+I62wM0Lk=",
14 "owner": "everblush",
15 "repo": "gtk",
16 "rev": "eee79dee1ae58c3c919fd4a6a0de67c12183b8e3",
17 "type": "github"
18 },
19 "original": {
20 "owner": "everblush",
21 "repo": "gtk",
22 "type": "github"
23 }
24 },
25 "flake-parts": {
26 "inputs": {
27 "nixpkgs-lib": "nixpkgs-lib"
28 },
29 "locked": {
30 "lastModified": 1688466019,
31 "narHash": "sha256-VeM2akYrBYMsb4W/MmBo1zmaMfgbL4cH3Pu8PGyIwJ0=",
32 "owner": "hercules-ci",
33 "repo": "flake-parts",
34 "rev": "8e8d955c22df93dbe24f19ea04f47a74adbdc5ec",
35 "type": "github"
36 },
37 "original": {
38 "owner": "hercules-ci",
39 "repo": "flake-parts",
40 "type": "github"
41 }
42 },
3 "home-manager": { 43 "home-manager": {
4 "inputs": { 44 "inputs": {
5 "nixpkgs": [ 45 "nixpkgs": [
@@ -21,6 +61,21 @@
21 "type": "github" 61 "type": "github"
22 } 62 }
23 }, 63 },
64 "nix-filter": {
65 "locked": {
66 "lastModified": 1687178632,
67 "narHash": "sha256-HS7YR5erss0JCaUijPeyg2XrisEb959FIct3n2TMGbE=",
68 "owner": "numtide",
69 "repo": "nix-filter",
70 "rev": "d90c75e8319d0dd9be67d933d8eb9d0894ec9174",
71 "type": "github"
72 },
73 "original": {
74 "owner": "numtide",
75 "repo": "nix-filter",
76 "type": "github"
77 }
78 },
24 "nixpkgs": { 79 "nixpkgs": {
25 "locked": { 80 "locked": {
26 "lastModified": 1722987190, 81 "lastModified": 1722987190,
@@ -37,8 +92,27 @@
37 "type": "github" 92 "type": "github"
38 } 93 }
39 }, 94 },
95 "nixpkgs-lib": {
96 "locked": {
97 "dir": "lib",
98 "lastModified": 1688049487,
99 "narHash": "sha256-100g4iaKC9MalDjUW9iN6Jl/OocTDtXdeAj7pEGIRh4=",
100 "owner": "NixOS",
101 "repo": "nixpkgs",
102 "rev": "4bc72cae107788bf3f24f30db2e2f685c9298dc9",
103 "type": "github"
104 },
105 "original": {
106 "dir": "lib",
107 "owner": "NixOS",
108 "ref": "nixos-unstable",
109 "repo": "nixpkgs",
110 "type": "github"
111 }
112 },
40 "root": { 113 "root": {
41 "inputs": { 114 "inputs": {
115 "everblush-gtk": "everblush-gtk",
42 "home-manager": "home-manager", 116 "home-manager": "home-manager",
43 "nixpkgs": "nixpkgs" 117 "nixpkgs": "nixpkgs"
44 } 118 }