Files
lix/src
Eelco Dolstra 5fbd9fee0b Add 'nix app' command
This is like 'nix run', except that the command to execute is defined
in a flake output, e.g.

  defaultApp = {
    type = "app";
    program = "${packages.blender_2_80}/bin/blender";
  };

Thus you can do

  $ nix app blender-bin

to start Blender from the 'blender-bin' flake.

In the future, we can extend this with sandboxing. (For example we
would want to be able to specify that Blender should not have network
access by default and should only have access to certain paths in the
user's home directory.)
2019-06-03 09:27:03 +02:00
..
2019-05-29 17:01:39 +08:00
2019-03-14 14:11:12 +01:00
2019-06-03 09:27:03 +02:00
2018-10-26 12:54:00 +02:00
2019-04-19 14:53:58 +02:00