Template : Fix devshell.
This commit is contained in:
parent
a58597a72e
commit
8bc112df90
|
@ -15,6 +15,7 @@
|
|||
nativeBuildInputs = with pkgs; [ ];
|
||||
buildInputs = with pkgs; [ ];
|
||||
|
||||
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
|
||||
SOURCE_DATE_EPOCH = "${toString self.lastModified}";
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue