chore: reformat Nix files with alejandra

This commit is contained in:
Harsh Shandilya 2023-07-06 18:06:57 +05:30
parent 40ab14acc3
commit 44d016a1d8
No known key found for this signature in database

View File

@ -15,9 +15,14 @@
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.flake-utils.inputs.systems.follows = "systems";
outputs = { self, devshell, flake-utils, nixpkgs, ... }:
flake-utils.lib.eachDefaultSystem (system:
let
outputs = {
self,
devshell,
flake-utils,
nixpkgs,
...
}:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs {
inherit system;
overlays = [devshell.overlays.default];