add devshells to the nix registry
This commit is contained in:
parent
da284218b6
commit
14b478eac0
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@
|
||||||
repo = "osbm.dev";
|
repo = "osbm.dev";
|
||||||
type = "github";
|
type = "github";
|
||||||
};
|
};
|
||||||
|
devshells.to = {
|
||||||
|
owner = "osbm";
|
||||||
|
repo = "devshells";
|
||||||
|
type = "github";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.trusted-users = ["root" "osbm"];
|
nix.settings.trusted-users = ["root" "osbm"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue