Fix nix hashes

Signed-off-by: Emma [it/its]@Rory& <root@rory.gay>
This commit is contained in:
Emma [it/its]@Rory& 2025-05-03 13:15:13 +02:00
parent 6e85be3a05
commit 24292592c4
3 changed files with 3 additions and 3 deletions

BIN
flake.lock generated

Binary file not shown.

View File

@ -2,7 +2,7 @@
description = "Spacebar server, written in Typescript.";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
@ -89,4 +89,4 @@
};
}
);
}
}

View File

@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-kygAXilddqffRPxij9KbiLZroiNawmvDUxpDrVM1fSM="
"npmDepsHash": "sha256-sVSHWhnxJPcC2R5MSpmMplweYtDqPsnRS/5j/sTiovI="
}