about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/home/modules/development/rust.nix1
-rw-r--r--users/grfn/system/system/default.nix5
2 files changed, 4 insertions, 2 deletions
diff --git a/users/grfn/system/home/modules/development/rust.nix b/users/grfn/system/home/modules/development/rust.nix
index 153f99c8ee..9ed42f5d2d 100644
--- a/users/grfn/system/home/modules/development/rust.nix
+++ b/users/grfn/system/home/modules/development/rust.nix
@@ -7,7 +7,6 @@ in
 
   home.packages = with pkgs; [
     rustup
-    rust-analyzer
     cargo-edit
     cargo-expand
     cargo-rr
diff --git a/users/grfn/system/system/default.nix b/users/grfn/system/system/default.nix
index ec3a002051..98b0fcf18e 100644
--- a/users/grfn/system/system/default.nix
+++ b/users/grfn/system/system/default.nix
@@ -30,7 +30,10 @@ rec {
 
   yerenSystem = (depot.ops.nixos.nixosFor yeren).system;
 
-  iso = import ./iso.nix args;
+  # TODO(grfn): reenable after
+  # https://github.com/NixOS/nixpkgs/pull/234883 has propagated
+  # through to our channel
+  # iso = import ./iso.nix args;
 
   meta.ci.targets = [
     "mugwumpSystem"