From 3996f63789147cabec2b8deddab76df93ec3d9a7 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 3 Oct 2022 13:16:02 +0200 Subject: devtools: init --- flake.nix | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 91d2383..bd86add 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ ./hosts/microwave ./modules/basic-tools.nix ./modules/binary-caches.nix - ./modules/emacs.nix + ./modules/devtools.nix ./modules/gnupg.nix ./modules/graphical.nix ./modules/hw-accel-intel.nix @@ -72,23 +72,6 @@ ./modules/science.nix ./modules/tlp.nix ./modules/virtualization.nix - ({ pkgs, ... }: { - nixpkgs.overlays = [ - fenix.overlay - self.overlays.default - emacs-overlay.overlay - ]; - environment.systemPackages = with pkgs; [ - (fenix.packages."x86_64-linux".stable.withComponents [ - "cargo" - "clippy" - "rust-src" - "rustc" - "rustfmt" - ]) - rust-analyzer-nightly - ]; - }) ]; }; cirrus = nixpkgs.lib.nixosSystem { -- cgit v1.3.1