summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-10-03 13:16:02 +0200
committerGrigory Shipunov2022-10-03 13:19:30 +0200
commit3996f63789147cabec2b8deddab76df93ec3d9a7 (patch)
tree2d676f943c9aee1cb7bfb463e2ad001ab30b35b7 /flake.nix
parenta5a2c6c87cf799d1c90da2a15f1c61aa940d873a (diff)
devtools: init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix19
1 files changed, 1 insertions, 18 deletions
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 {