From 7bb84c8996c91c57b4187e8b2e3d4f2a7ad39db8 Mon Sep 17 00:00:00 2001 From: Asdam9 Date: Tue, 21 Jul 2026 23:58:31 +0200 Subject: [PATCH] Removed unnecessary comment --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index dea0b9d..3f8c5ff 100644 --- a/flake.nix +++ b/flake.nix @@ -31,10 +31,4 @@ }; outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree [ ./modules ]); - #inputs.nvf.nixosModules.default - #inputs.nixos-hardware.nixosModules.framework-13-7040-amd - #nvf = { - # url = "github:notashelf/nvf"; - # inputs.nixpkgs.follows = "nixpkgs"; - #}; }