Skip to content

Instantly share code, notes, and snippets.

@573
Created February 23, 2024 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 573/096d37a1b6113c9f4f368a1bcdc3937e to your computer and use it in GitHub Desktop.
Save 573/096d37a1b6113c9f4f368a1bcdc3937e to your computer and use it in GitHub Desktop.
nix tip: check the derivation of custom module
 nix eval --raw .#nixOnDroidConfiguration
s.sams9.config.home-manager.config.custom.programs
.emacs-nano.finalPackage --impure

if error-free also approach building

 nix build .#nixOnDroidConfiguration
s.sams9.config.home-manager.config.custom.programs
.emacs-nano.finalPackage --impure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment