diff options
| author | Grigory Shipunov | 2022-10-03 13:16:02 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-10-03 13:19:30 +0200 |
| commit | 3996f63789147cabec2b8deddab76df93ec3d9a7 (patch) | |
| tree | 2d676f943c9aee1cb7bfb463e2ad001ab30b35b7 /flake.nix | |
| parent | a5a2c6c87cf799d1c90da2a15f1c61aa940d873a (diff) | |
devtools: init
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -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 { |
