From ff65c8e951092d4d7caed1c4d02c9e141df7799b Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 8 Aug 2024 03:50:02 +0200 Subject: Imports cleanup --- modules/software-templates/dotnet.client.nix | 9 ++------- modules/software-templates/dotnet.nix | 7 +------ modules/software-templates/profilers.nix | 8 +------- 3 files changed, 4 insertions(+), 20 deletions(-) (limited to 'modules/software-templates') diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix index ab8d812..fa0082b 100644 --- a/modules/software-templates/dotnet.client.nix +++ b/modules/software-templates/dotnet.client.nix @@ -1,12 +1,7 @@ -{ - config, - pkgs, - lib, - ... -}: +{ pkgs, ... }: { - imports = [ ./dotnet.nix ]; + #imports = [ ./dotnet.nix ]; environment.systemPackages = with pkgs; [ #`jetbrains.rider (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" ]) diff --git a/modules/software-templates/dotnet.nix b/modules/software-templates/dotnet.nix index be9ab4d..edbcca3 100644 --- a/modules/software-templates/dotnet.nix +++ b/modules/software-templates/dotnet.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ (callPackage ../packages/dotnet-pack.nix { inherit pkgs; }) ]; diff --git a/modules/software-templates/profilers.nix b/modules/software-templates/profilers.nix index 99090da..4381193 100644 --- a/modules/software-templates/profilers.nix +++ b/modules/software-templates/profilers.nix @@ -1,10 +1,4 @@ -{ - config, - lib, - pkgs, - home-manager, - ... -}: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ -- cgit 1.5.1