1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 09:16:39 +03:00
mobile-nixos/lib
Samuel Dionne-Riel c26105eabf release-tools: Eval using imports to get the file name
Instead of the following error message:

```
error: The option `mobile.device.info' defined in `<unknown-file>' does not exist.
(use '--show-trace' to show detailed location information)
```

We now get:

```
error: The option `mobile.device.info' defined in `.../mobile-nixos/devices/asus-z00t' does not exist.
(use '--show-trace' to show detailed location information)
```
2020-05-24 20:13:07 -04:00
..
image-builder image-builder: Filesystems can be post-processed 2020-03-31 00:33:16 -04:00
configuration.nix lib/configuration.nix: Add method for importing in system configuration 2020-04-06 23:01:57 -04:00
eval-config.nix Allow evaluating without NixOS. 2020-04-06 18:32:45 -04:00
release-tools.nix release-tools: Eval using imports to get the file name 2020-05-24 20:13:07 -04:00