Advertisement
Guest User

Untitled

a guest
Aug 24th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. ~/.dotfiles/nix 1m 28s
  2. ❯ /run/current-system/sw/bin/darwin-rebuild switch -I darwin-config=$HOME/.dotfiles/nix/configuration.nix
  3. building the system configuration...
  4. these derivations will be built:
  5. /nix/store/fm23ysjcpmn4dym47nwmhdyk07qlcp5h-etc-bashrc.drv
  6. /nix/store/v60ym055gghvb9aivwkhw5vafgq2iazv-etc-zshenv.drv
  7. /nix/store/pxpwm4gg580avbj5r244cvc7ylgijrf5-etc.drv
  8. /nix/store/dk5x2djanr6sk31cm57mirdbrc1dy7aa-darwin-system-18.09pre-git.drv
  9. building '/nix/store/fm23ysjcpmn4dym47nwmhdyk07qlcp5h-etc-bashrc.drv'...
  10. building '/nix/store/v60ym055gghvb9aivwkhw5vafgq2iazv-etc-zshenv.drv'...
  11. building '/nix/store/pxpwm4gg580avbj5r244cvc7ylgijrf5-etc.drv'...
  12. building '/nix/store/dk5x2djanr6sk31cm57mirdbrc1dy7aa-darwin-system-18.09pre-git.drv'...
  13. warning: Nix search path entry '/Users/nikivi/dotfiles/nix/configuration.nix' does not exist, ignoring
  14. error: file 'darwin-config' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:1
  15. error: Changed <darwin-config> but target does not exist, aborting activation
  16. Create $HOME/.nixpkgs/darwin-configuration.nix or set nix.nixPath:
  17.  
  18. nix.nixPath = [ "darwin-config=***" ];
  19.  
  20.  
  21. ~/.dotfiles/nix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement