ryantm / home-manager-template

A quick-start template for using home-manager in a more reproducible way.
https://github.com/ryantm/home-manager-template
Creative Commons Zero v1.0 Universal
112 stars 5 forks source link

CI issue - Run nix-shell - error: expected JSON string #4

Closed InLaw closed 3 years ago

InLaw commented 3 years ago
Run nix-shell
  nix-shell
  shell: /bin/bash -e {0}
error: expected JSON string
(use '--show-trace' to show detailed location information)
Error: Process completed with exit code 1.

202010-04_0720_36__

ryantm commented 3 years ago

Hmmm, I wasn't intending the github workflows to be copied via the template, I should probably remove them.

ryantm commented 3 years ago

I removed the .github directory to fix this.

InLaw commented 3 years ago

btw:

Where can I find that file "skip_adding_nixpkgs_channel"?