Update flake lock
This commit is contained in:
parent
8d9b05b9c8
commit
9d3dfa1715
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1690527805,
|
"lastModified": 1690528257,
|
||||||
"narHash": "sha256-cKa7KjJSvJSy239RvGQ1RtZGI432hBTjd0xANrMwYgE=",
|
"narHash": "sha256-7H2qHNVRh1hHLYxjOrKBJkzHa83KUPS6JaVtZUF/A8I=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "335b896dc2a0b963acb5fdeefb23df63e9a56042",
|
"rev": "5e6643832e9ec01d0cc180a6042aaf7f410da9fc",
|
||||||
"revCount": 59,
|
"revCount": 60,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git"
|
"url": "ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||||
|
|
||||||
|
# TODO: this could be a tarball? fully recompiling this on every change suuuucks
|
||||||
api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git";
|
api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
Reference in a new issue