diff options
| author | Soispha <soispha@vhack.eu> | 2023-09-10 08:30:22 +0200 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-09-10 08:30:22 +0200 |
| commit | e573fc95e0d4e2376f8e8750331b4812e8aeebc3 (patch) | |
| tree | 8f1e5a2417f8e611243b5eed2bbe6dc0496cd76c /flake | |
| parent | Build(flake): Update (diff) | |
| download | nixos-config-e573fc95e0d4e2376f8e8750331b4812e8aeebc3.zip | |
Fix(treewide): Provide `snap-synced-forked` as overlay and thus as pkg
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
