Skip to content

Commit a075379

Browse files
committed
update update script
1 parent caeea47 commit a075379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/home/common.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
enable = true;
8181

8282
# WARNING: this is impure, so we only do this on Linux
83-
extensions =
83+
profiles.default.extensions =
8484
with pkgs.vscode-extensions;
8585
pkgs.lib.optionals (pkgs.stdenv.isLinux && !systemConfig.igm.pure) [ matklad.rust-analyzer ];
8686
};

scripts/igm-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source $DOTFILES/scripts/igm-helpers.sh
55

66
cd $DOTFILES
77

8-
nix_cmd flake update $DOTFILES/nix
8+
nix_cmd flake update --flake $DOTFILES/nix
99
nix_cmd flake update
1010

1111
nix_cmd fmt $DOTFILES/nix

0 commit comments

Comments
 (0)