summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock8
-rw-r--r--pkgs/overlay.nix3
2 files changed, 6 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index a826029..babc94f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -19,11 +19,11 @@
"bahnhof-name": {
"flake": false,
"locked": {
- "lastModified": 1682465641,
- "narHash": "sha256-Xz7mkgImm5ly0xei3gXEknOlXD2QLfu+lto+kp+DMRU=",
+ "lastModified": 1683808150,
+ "narHash": "sha256-hCoEPOf2E1qTV05UNBsqLPSdIgMAQnLJwVhjp256so0=",
"ref": "refs/heads/main",
- "rev": "a827bb0e4d75f784f2cb26d664055c05810b096b",
- "revCount": 2,
+ "rev": "db71361481463fbe5109fc9b5a57fd1083018253",
+ "revCount": 3,
"type": "git",
"url": "https://stuebinm.eu/git/bahnhof.name"
},
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 659517d..4ce3d37 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -84,8 +84,9 @@ in
gleam = unstable.gleam;
beamPackages = super.beam.packagesWith super.erlang_nox;
+ elixir = super.elixir_1_14;
- bahnhof-name = (self.buildGleamApplication )
+ bahnhof-name = self.buildGleamApplication
{
version = "0.1";
pname = "bahnhof.name";