Skip to content

Fix 'basalt update' by switching from obelisk to recent nix-thunk

Alex requested to merge alexfmpe/basalt:nix-thunk into develop

Summary

$ basalt --version
develop @ 63aed23da41547aa052be6bc2eab0d3b7c5b9f3d

$ basalt update
Basalt target missing, assuming NixOS
Found no thunks to update. Exiting.

$ basalt --version
nix-thunk @ ada08d474c41eee3647d7ee7176d70c6c73ef209
    
$ basalt update
Basalt target missing, assuming NixOS
Latest commit in branch release-23.05 from remote repo https://github.com/NixOS/nixpkgs.git is 4610292e25a414c2b111a7d99075cf1683e5a359
Tip: Press Ctrl+E to display full output
✔ Thunk <path>/nixpkgs updated to latest
Latest commit in branch develop from remote repo https://gitlab.com/obsidian.systems/basalt is 63aed23da41547aa052be6bc2eab0d3b7c5b9f3d
Nix sha256 is 0lh393p7xa0jwqkq8w5fz99lmfnhriyiidwx0pbhi3x30k67brlz
✔ Thunk <path>/basalt updated to latest

(Please describe the overall intention of this merge request. What problems does it address, or what enhancements does it add to the project?)

Merge criteria

(Please make a note here of any dependencies on other open merge requests, or any other blockers that must be dealt with before anyone should hit the "Merge" button. Delete this comment if there are none.)

  • All merge requests must be reviewed by someone other than the original author.
  • Before hitting the "Merge" button, verify that the associated CI build has succeeded or that the source branch can be built with a manual nix-build.

Checklist for success

  • I have updated the changelog.
  • I have updated the README for any non-trivial changes.
  • My code is consistent with the Obsidian style guide.

Merge request reports