removed extra braces in flake

This commit is contained in:
Steven 2023-03-26 14:42:36 -04:00
parent 42c2886813
commit 00105229a0

View file

@ -26,9 +26,6 @@
};
outputs = { self, home-manager, nixos-hardware, disko, nixpkgs, sops-nix, ... }@inputs:
{
let
system = "x86_64-linux";
pkgs = import nixpkgs {