From 83c892937dbe885cd820ba01344022de6c364385 Mon Sep 17 00:00:00 2001 From: asymmetric Date: Thu, 13 May 2021 15:22:15 +0000 Subject: [PATCH] flake.nix: remove unneeded import Files listed in `modules` are automatically `import`ed. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1448eb9..2d50e30 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ mysystem = inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - (import ./configuration.nix) + ./configuration.nix /* ignore */ ignoreme # ignore this; don't include it; it is a small helper for this example ];