feat: dev-registry for dev environments
This commit is contained in:
16
features/dev-registry.nix
Normal file
16
features/dev-registry.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
nixos =
|
||||
{ inputs, ... }:
|
||||
{
|
||||
nix.registry.dev = {
|
||||
from = {
|
||||
type = "indirect";
|
||||
id = "dev";
|
||||
};
|
||||
to = {
|
||||
type = "path";
|
||||
path = inputs.self.outPath;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user