Correct arguments

This commit is contained in:
Andreas Zweili 2022-11-03 23:20:34 +01:00
parent ef87758d7f
commit dbf9263236
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ inputs }: { pkgs, ... }:
{
programs.nix-ld.enable = true;
environment.systemPackages = with pkgs; [