versioning adjustments to get vite

This commit is contained in:
2025-11-08 13:43:36 -06:00
parent 9b172957a2
commit 56828e4b5f
3 changed files with 993 additions and 48 deletions
+3 -5
View File
@@ -12,16 +12,14 @@
reactApp = pkgs.buildNpmPackage {
pname = "React Frontend";
version = "0.1.0";
npmRoot = "frontend";
npmRoot = ./frontend;
src = ./frontend;
npmDepsHash = "";
npmDepsHash = "sha256-nkle3F6olonXwCejF7uJ68g5bcNeM6c6TJ9sMTGn3cM=";
nativeBuildInputs = with pkgs; [
vite
nodejs
nodejs_22
];
};
nixosModule = {config, lib, pkgs, ...}: