add workflow and fix hash

This commit is contained in:
2026-03-31 15:34:34 -05:00
parent 20a511b6b7
commit a932279a10
3 changed files with 70 additions and 4 deletions

6
build/flake.lock generated
View File

@@ -32,11 +32,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1743448293,
"narHash": "sha256-bmEPmSjJakAp/JojZRrUvNcDX2R5/nuX6bm+seVaGhs=",
"lastModified": 1774709303,
"narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "77b584d61ff80b4cef9245829a6f1dfad5afdfa3",
"rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685",
"type": "github"
},
"original": {

View File

@@ -16,7 +16,7 @@
version = "0.0.0";
src = ../src;
doCheck = false;
vendorHash = "sha256-HEXIHASdDC7chG9uF56f6pvZPVbxYs/fWFytDz6CAf4=";
vendorHash = "sha256-4XOlUsbFNtq0TvQMtqiTgZtWV8Q6snwZiS4oCuhL2nw=";
installPhase = ''
runHook preInstall