From f3d39b04d2e1ba518250e2634e23e120413195bd Mon Sep 17 00:00:00 2001 From: quinm0 Date: Sun, 5 Apr 2026 22:01:33 -0400 Subject: [PATCH] meh --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 76c3299..555bf5d 100644 --- a/flake.nix +++ b/flake.nix @@ -14,10 +14,7 @@ }; outputs = inputs@{ flake-parts, nixos-hardware, import-tree, nixpkgs, ... }: - # https://flake.parts/module-arguments.html flake-parts.lib.mkFlake { inherit inputs; } (top@{ config, withSystem, moduleWithSystem, ... }: { - imports = [ - ]; flake = { nixosConfigurations.qmoran-laptop = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; @@ -39,8 +36,6 @@ systems = [ "x86_64-linux" ]; - perSystem = { config, pkgs, ... }: { - }; }); }