From e931f5fb7014a5acdc814107035a69ddd100f4d4 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 11 May 2023 14:36:50 +0200 Subject: update bahnhof.name setting elixir = elixir_1_14 may get me trouble later, we'll see (version bounds on bahnhof.name's search engine are weird) --- flake.lock | 8 ++++---- pkgs/overlay.nix | 3 ++- 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"; -- cgit v1.2.3