We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe48ab commit 30d75aaCopy full SHA for 30d75aa
index.html
@@ -230,4 +230,4 @@ <h2 class="mb-5">Master Theses</h2>
230
<!-- Core theme JS-->
231
<script src="js/scripts.js"></script>
232
</body>
233
-</html>
+</html>
shell.nix
@@ -1,4 +1,4 @@
1
-{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/fd901ef4bf93499374c5af385b2943f5801c0833.tar.gz") {}
+{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/2362848adf8def2866fabbffc50462e929d7fffb.tar.gz") {}
2
}:
3
pkgs.mkShell {
4
name="AIDA website";
0 commit comments