nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
1[package] 2name = "im_using_workspaces" 3version = { workspace = true } 4publish = false 5keywords = [ 6 "workspace", 7 "other_thing", 8 "third_thing", 9] 10 11[dependencies] 12foo = { workspace = true, features = ["cat"] } 13bar = "1.0.0"