add nixpkgs path correctly

This commit is contained in:
Osman Faruk Bayram 2025-09-15 12:58:31 +03:00
parent 4756c73e19
commit 107b2cfe4b

View file

@ -1,6 +1,7 @@
{ {
inputs, inputs,
lib, lib,
pkgs,
... ...
}: }:
{ {
@ -40,7 +41,7 @@
nix.registry = { nix.registry = {
self.flake = inputs.self; self.flake = inputs.self;
nixpkgs.flake = inputs.nixpkgs; nixpkgs.to.path = pkgs.path;
osbm-nvim.flake = inputs.osbm-nvim; osbm-nvim.flake = inputs.osbm-nvim;
my-nixpkgs.to = { my-nixpkgs.to = {
owner = "osbm"; owner = "osbm";