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 ];