Files
develnixos.new/playground/example/config/flake.nix
2023-06-10 15:48:42 +00:00

6 lines
128 B
Nix

{
inputs = { config.url = "path:config"; };
outputs = { self, config }: config //. {playground = { port = "8080"; }; };
}