mirror of https://git.jolheiser.com/dotnix.git
parent
ad09b25a1a
commit
a47a358697
12
flake.lock
12
flake.lock
|
@ -579,17 +579,17 @@
|
||||||
"tailwind-ctp-lsp": "tailwind-ctp-lsp_2"
|
"tailwind-ctp-lsp": "tailwind-ctp-lsp_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1699404161,
|
"lastModified": 1705720284,
|
||||||
"narHash": "sha256-/fYYeq4Z4wHq48QZy047Tfs3Q4/yC/LDLLG7PLOqGyk=",
|
"narHash": "sha256-hzg8A/M06x+n/JKw4brN+9d9rRyqgbrXk6hWpa6+DEc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "a3be14a14d3603e0b72689fa5b35961447955365",
|
"rev": "695d1f16e4345549afd2fdb8ee51953cb804b2eb",
|
||||||
"revCount": 12,
|
"revCount": 13,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.jojodev.com/jolheiser/jolheiser.com"
|
"url": "https://git.jolheiser.com/jolheiserdotcom.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.jojodev.com/jolheiser/jolheiser.com"
|
"url": "https://git.jolheiser.com/jolheiserdotcom.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wsl": {
|
"wsl": {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
website = {
|
website = {
|
||||||
url = "git+https://git.jojodev.com/jolheiser/jolheiser.com";
|
url = "git+https://git.jolheiser.com/jolheiserdotcom.git";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
flake-utils.follows = "flake-utils";
|
flake-utils.follows = "flake-utils";
|
||||||
|
|
Loading…
Reference in New Issue