pin nix-vscode-extensions manually

This commit is contained in:
Katherina Walshe-Grey 2024-08-22 03:09:06 +01:00
parent 07c4e3e8b0
commit 1f4c275c98
3 changed files with 16 additions and 18 deletions

View file

@ -38,7 +38,6 @@
in {
agenix = agenix.packages.${config.nixpkgs.hostPlatform.system}.default;
nur = (import sources.nur { inherit pkgs; });
vscode-extensions = (import sources.nix-vscode-extensions).extensions.x86_64-linux; # TODO: This should check the host architecture
};
};