From 60b28b4bed95a745ba1050ebc2fb0c8dc6f925f9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 20 Feb 2024 19:12:10 +0900 Subject: fix(modules/akkoma): fix OAuth login --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3ef69b4..e9f1a01 100644 --- a/flake.nix +++ b/flake.nix @@ -6,6 +6,8 @@ unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs-2111.url = "github:nixos/nixpkgs/nixos-21.11"; + nixpkgs-exotic.url = "git+https://git.exotic.sh/nixpkgs-exotic"; + colmena.url = "github:zhaofengli/colmena"; colmena.inputs.nixpkgs.follows = "unstable"; @@ -32,7 +34,7 @@ system = "x86_64-linux"; - pkgs = import unstable { inherit system; }; + pkgs = import unstable { inherit system; overlays = [ inputs.nixpkgs-exotic.overlays.default ]; }; lib = unstable.lib.extend (self: super: { my = import ./lib { inherit pkgs inputs; lib = self; }; }); -- cgit 1.4.1