add nixpkgs path correctly
This commit is contained in:
parent
4756c73e19
commit
107b2cfe4b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -40,7 +41,7 @@
|
|||
|
||||
nix.registry = {
|
||||
self.flake = inputs.self;
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
nixpkgs.to.path = pkgs.path;
|
||||
osbm-nvim.flake = inputs.osbm-nvim;
|
||||
my-nixpkgs.to = {
|
||||
owner = "osbm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue