add devshells to the nix registry

This commit is contained in:
Osman Faruk Bayram 2025-07-04 20:22:11 +03:00
parent da284218b6
commit 14b478eac0

View file

@ -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"];