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 /mv/2configs/vim.nix | |
| parent | 2339496ff012e511f4d709ed05a7e2fc12b9aef7 (diff) | |
RIP specialArgs.lib
Diffstat (limited to 'mv/2configs/vim.nix')
| -rw-r--r-- | mv/2configs/vim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mv/2configs/vim.nix b/mv/2configs/vim.nix index a961b6b..adf1da9 100644 --- a/mv/2configs/vim.nix +++ b/mv/2configs/vim.nix @@ -1,6 +1,6 @@ -{ lib, pkgs, ... }: +{ config, lib, pkgs, ... }: -with lib; +with config.krebs.lib; let out = { environment.systemPackages = [ |
