Template : Fix devshell.

This commit is contained in:
Dmitry Voronin 2024-06-29 10:17:31 +03:00
parent a58597a72e
commit 8bc112df90
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -15,6 +15,7 @@
nativeBuildInputs = with pkgs; [ ];
buildInputs = with pkgs; [ ];
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
SOURCE_DATE_EPOCH = "${toString self.lastModified}";
};
};