diff --git a/os/linux/nix/flake.lock b/os/linux/nix/flake.lock index 07f552b..67cd8ce 100644 --- a/os/linux/nix/flake.lock +++ b/os/linux/nix/flake.lock @@ -6,11 +6,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1690527805, - "narHash": "sha256-cKa7KjJSvJSy239RvGQ1RtZGI432hBTjd0xANrMwYgE=", + "lastModified": 1690528257, + "narHash": "sha256-7H2qHNVRh1hHLYxjOrKBJkzHa83KUPS6JaVtZUF/A8I=", "ref": "refs/heads/master", - "rev": "335b896dc2a0b963acb5fdeefb23df63e9a56042", - "revCount": 59, + "rev": "5e6643832e9ec01d0cc180a6042aaf7f410da9fc", + "revCount": 60, "type": "git", "url": "ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git" }, diff --git a/os/linux/nix/flake.nix b/os/linux/nix/flake.nix index 83b5d2c..c4ad082 100644 --- a/os/linux/nix/flake.nix +++ b/os/linux/nix/flake.nix @@ -10,6 +10,8 @@ { inputs = { 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"; home-manager = {