Remove unused attribute

This commit is contained in:
Oliver Davies 2025-06-23 00:16:29 +01:00
parent 037aabb60f
commit d0f660a61c

View file

@ -19,7 +19,7 @@
]; ];
perSystem = perSystem =
{ config, pkgs, ... }: { pkgs, ... }:
{ {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = with pkgs; [ nixd ]; packages = with pkgs; [ nixd ];