Remove superfluous arguments

This commit is contained in:
SebastianStork 2025-04-07 23:59:09 +02:00
parent a184ad5219
commit 2e762023c8
2 changed files with 9 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{
perSystem =
{ pkgs, system, ... }:
{ pkgs, ... }:
{
devShells.default = pkgs.mkShell {
packages = [