From 3bbd5b3c35958d81ebc7c0560e85db575bd146d4 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 15 Apr 2023 23:22:25 +0530 Subject: [PATCH] cleanup --- flake.lock | 5 ++--- flake.nix | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 1ae0ec1..0708686 100644 --- a/flake.lock +++ b/flake.lock @@ -341,9 +341,8 @@ "type": "github" }, "original": { - "owner": "NixOS", - "repo": "nixos-hardware", - "type": "github" + "id": "nixos-hardware", + "type": "indirect" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index c59873e..578acb2 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,6 @@ outputs = { self, nixpkgs, home-manager, hyprland, impermanence, lanzaboote, nixos-hardware, nixvim }@inputs: { formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".nixpkgs-fmt; - formatter."aarch64-linux" = nixpkgs.legacyPackages."aarch64-linux".nixpkgs-fmt; nixosConfigurations = { Skipper = nixpkgs.lib.nixosSystem { system = "x86_64-linux";