Skip to content

Commit

Permalink
29 papercuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Dec 25, 2024
1 parent 1c33460 commit 6725054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Use Go VSCode extension
- Use `clan.lol` as a remote builder for `hermes-macos`
- Added `phi-nixos` to `clan`
- Changed `nixpkgs.hostPlatform` to be automatically set by `mkConfiguration` rather than `hardware-configuration.nix` and passed as `system` to `nixpkgs.lib.nixosSystem`
Expand Down
1 change: 1 addition & 0 deletions modules/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
pkgs.vscode-extensions.jnoortheen.nix-ide
pkgs.vscode-extensions.xadillax.viml
pkgs.vscode-extensions.nefrob.vscode-just-syntax
pkgs.vscode-extensions.golang.go
] ++ lib.optionals (hostPlatform.isx86_64 || hostPlatform.isDarwin) [
(pkgs.vscode-extensions.ms-python.python.override {
pythonUseFixed = true;
Expand Down

0 comments on commit 6725054

Please sign in to comment.