Skip to content

Commit 30d75aa

Browse files
committed
Update nix environment
1 parent 2fe48ab commit 30d75aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ <h2 class="mb-5">Master Theses</h2>
230230
<!-- Core theme JS-->
231231
<script src="js/scripts.js"></script>
232232
</body>
233-
</html>
233+
</html>

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/fd901ef4bf93499374c5af385b2943f5801c0833.tar.gz") {}
1+
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/2362848adf8def2866fabbffc50462e929d7fffb.tar.gz") {}
22
}:
33
pkgs.mkShell {
44
name="AIDA website";

0 commit comments

Comments
 (0)