numtide / nixos-facter

Declarative hardware configuration for NixOS [maintainer=@numtide]
https://numtide.github.io/nixos-facter/
Other
165 stars 4 forks source link

devshell cannot build project #67

Closed Mic92 closed 2 months ago

Mic92 commented 2 months ago
$ go run main.go
# command-line-arguments
/nix/store/3v17dij8rvg7q99009swxg52995r7s22-go-1.22.5/share/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/nix/store/2p1sq1nr09xr3xb1a9lrjgdanvk1aakb-binutils-2.42/bin/ld: cannot find -lhd: No such file or directory
collect2: error: ld returned 1 exit status

nix build works fine though.

Mic92 commented 2 months ago

Fixed in https://github.com/numtide/nixos-facter/pull/68