add osbm.dev registry
This commit is contained in:
parent
3977191203
commit
3fd2ab8d0a
1 changed files with 5 additions and 11 deletions
|
|
@ -35,23 +35,17 @@
|
|||
nix.registry = {
|
||||
self.flake = inputs.self;
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
# osbm-nvim = {
|
||||
# to = {
|
||||
# owner = "osbm";
|
||||
# repo = "osbm-nvim";
|
||||
# type = "github";
|
||||
# };
|
||||
# from = {
|
||||
# id = "osbm-nvim";
|
||||
# type = "indirect";
|
||||
# };
|
||||
# };
|
||||
osbm-nvim.flake = inputs.osbm-nvim;
|
||||
my-nixpkgs.to = {
|
||||
owner = "osbm";
|
||||
repo = "nixpkgs";
|
||||
type = "github";
|
||||
};
|
||||
"osbm.dev".to = {
|
||||
owner = "osbm";
|
||||
repo = "osbm.dev";
|
||||
type = "github";
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = ["root" "osbm"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue