feat: some nix shit

This commit is contained in:
2025-04-04 01:59:57 +00:00
parent 5ab0833d78
commit d800266fe0
5 changed files with 105 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, gcc, lib, bash }:
{ stdenv, gcc, lib, bash, inotify-tools }:
stdenv.mkDerivation {
pname = "hectic";
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = ./.;
doCheck = true;
nativeBuildInputs = [ gcc ];
nativeBuildInputs = [ gcc inotify-tools ];
buildPhase = ''
ls