fix: formatting

This commit is contained in:
Kyle Brown 2024-01-24 21:58:22 -08:00
parent e882fc2645
commit 8602bf0328

View file

@ -4,12 +4,15 @@
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let
outputs = {
self,
nixpkgs,
flake-utils,
}:
flake-utils.lib.eachDefaultSystem (
system: let
pkgs = nixpkgs.legacyPackages.${system};
in
{
in {
devShell = pkgs.mkShell {
packages = with pkgs; [
jq