From e573fc95e0d4e2376f8e8750331b4812e8aeebc3 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 10 Sep 2023 08:30:22 +0200 Subject: Fix(treewide): Provide `snap-synced-forked` as overlay and thus as pkg --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 307d0a3b..dbc66476 100644 --- a/flake.nix +++ b/flake.nix @@ -316,7 +316,7 @@ system = "x86_64-linux"; pkgs = import nixpkgs (import ./sys/nixpkgs { inherit (nixpkgs) lib; - inherit system; + inherit system sysLib; overlays = [nixNeovim.overlays.default]; }); # FIXME: this `nixpkgs` misses the configs applied to the other one -- cgit 1.4.1