flake.nix: formatting

This commit is contained in:
notohh 2023-06-11 05:10:40 -04:00
parent 622e01afb0
commit 6be74a3935
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -30,11 +30,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
self,
nixpkgs,
...
} @ inputs: let
outputs = {nixpkgs, ...} @ inputs: let
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;