From 6b1290d8092ab097cefcfceef0a7755ed1197b8c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 26 Apr 2023 01:45:29 +0200 Subject: bahnhof.name in gleam, because why not? (tbf i will probably eventually rewrite this in a more sensible language; I haven't even found any reason to use any of the OTP features for this 🙈) --- flake.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index aea27f3..9bfce9b 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,7 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs-unstable"; sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs"; + nix-gleam.url = "github:arnarg/nix-gleam"; uplcg.url = "git+https://stuebinm.eu/git/uplcg?ref=main"; uplcg.flake = false; @@ -37,6 +38,8 @@ feeds.flake = false; isabelle-utils.url = "git+https://stuebinm.eu/git/isabelle-utils"; isabelle-utils.flake = false; + bahnhof-name.url = "git+https://stuebinm.eu/git/bahnhof.name"; + bahnhof-name.flake = false; gtfsBooks.url = "git+https://stuebinm.eu/git/gtfs-books?ref=main"; gtfsBooks.flake = false; @@ -48,8 +51,11 @@ let nixpkgs = import inputs.nixpkgs { system = "x86_64-linux"; - overlays = - [ inputs.rust-overlay.overlays.default self.overlays.default ]; + overlays = [ + inputs.rust-overlay.overlays.default + inputs.nix-gleam.overlays.default + self.overlays.default + ]; }; mkConfig = imports: config: inputs.nixpkgs.lib.nixosSystem rec { -- cgit v1.2.3