hotfix
This commit is contained in:
parent
9db6ed05b0
commit
b5e4da55d7
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
nix.registry = {
|
||||
self.flake = inputs.self;
|
||||
nixpkgs = inputs.nixpkgs;
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
# osbm-nvim = {
|
||||
# to = {
|
||||
# owner = "osbm";
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
# type = "indirect";
|
||||
# };
|
||||
# };
|
||||
osbm-nvim = inputs.osbm-nvim;
|
||||
osbm-nvim.flake = inputs.osbm-nvim;
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = ["root" "osbm"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue