$ nix run
-error:
- … while calling the 'getAttr' builtin
- at <nix/derivation-internal.nix>:50:17:
- 49| value = commonAttrs // {
- 50| outPath = builtins.getAttr outputName strict;
- | ^
- 51| drvPath = strict.drvPath;
-
- … while calling the 'derivationStrict' builtin
- at <nix/derivation-internal.nix>:37:12:
- 36|
- 37| strict = derivationStrict drvAttrs;
- | ^
- 38|
-
- (stack trace truncated; use '--show-trace' to show the full, detailed trace)
-
- error: Dependency is not of a valid type: element 1 of buildInputs for hello-again
+this derivation will be built:
+ /nix/store/73n3x29aksn0dzr1fgqkwygrmdasrgcx-hello-again.drv
+building '/nix/store/73n3x29aksn0dzr1fgqkwygrmdasrgcx-hello-again.drv'...
+I'm a flake, and I'm running a command defined in a another flake.
+Hello from your flake!