feat: some nix shit

This commit is contained in:
2025-04-04 01:59:57 +00:00
parent 3256cd97d6
commit 1a7f230b7c
5 changed files with 105 additions and 60 deletions
+2 -2
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