mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
flake: remove pkgsUnfree
arg
This commit is contained in:
parent
998bae9dac
commit
fecc892145
4 changed files with 8 additions and 29 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
pkgsUnfree,
|
||||
helpers,
|
||||
lib,
|
||||
linkFarm,
|
||||
|
@ -11,7 +10,6 @@ let
|
|||
autoArgs = pkgs // {
|
||||
inherit
|
||||
helpers
|
||||
pkgsUnfree
|
||||
self
|
||||
system
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue