tvl-depot/tools/simple_vim
William Carroll eb0e1d8c5d Prefer builtins.path
Following the advice of Domen's nix.dev anti-patterns, I'm preferring something
like...

```nix
builtins.path { path = /path/to/some.where; name = "some.where"; }
```

...to

```nix
/path/to/some/where
```

While the former is more verbose, it will fail to build when the path doesn't
exist, which I prefer.
2020-08-27 17:31:15 +01:00
..
config.vim Nixify simple_vim idea 2020-02-12 18:05:32 +00:00
default.nix Prefer builtins.path 2020-08-27 17:31:15 +01:00