diff options
| author | tv <tv@krebsco.de> | 2016-02-14 16:43:44 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2016-02-14 16:43:44 +0100 |
| commit | 5f00b6b93fa081bbd76e5ba67de183e2db83cc15 (patch) | |
| tree | 9ad43f3e2b90f7082146f8478bbf88810d92f803 /tv/2configs/vim.nix | |
| parent | 2339496ff012e511f4d709ed05a7e2fc12b9aef7 (diff) | |
RIP specialArgs.lib
Diffstat (limited to 'tv/2configs/vim.nix')
| -rw-r--r-- | tv/2configs/vim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 69a880d..b0c26e5 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -1,6 +1,6 @@ -{ lib, pkgs, ... }: +{ config, lib, pkgs, ... }: -with lib; +with config.krebs.lib; let out = { environment.systemPackages = [ |
