We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeea47 commit a075379Copy full SHA for a075379
nix/home/common.nix
@@ -80,7 +80,7 @@
80
enable = true;
81
82
# WARNING: this is impure, so we only do this on Linux
83
- extensions =
+ profiles.default.extensions =
84
with pkgs.vscode-extensions;
85
pkgs.lib.optionals (pkgs.stdenv.isLinux && !systemConfig.igm.pure) [ matklad.rust-analyzer ];
86
};
scripts/igm-update
@@ -5,7 +5,7 @@ source $DOTFILES/scripts/igm-helpers.sh
5
6
cd $DOTFILES
7
8
-nix_cmd flake update $DOTFILES/nix
+nix_cmd flake update --flake $DOTFILES/nix
9
nix_cmd flake update
10
11
nix_cmd fmt $DOTFILES/nix
0 commit comments