Guest User

Untitled

a guest
Apr 12th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. dave@host ~$ sudo nix-shell -p cowsay
  2. warning: the group 'nixbld' specified in 'build-users-group' does not exist
  3. error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I)
  4.  
  5. at «string»:1:25:
  6.  
  7. 1| {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (cowsay) ]; } ""
  8. |
Advertisement
Add Comment
Please, Sign In to add comment