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,
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue