numtide / devshell

Per project developer environments
https://numtide.github.io/devshell/
MIT License
1.22k stars 87 forks source link

feat/bump nixpkgs #248

Closed brianmcgee closed 1 year ago

brianmcgee commented 1 year ago

When running nixpkgs-fmt I was getting the following:

❯ nixpkgs-fmt ./
nixpkgs-fmt: /nix/store/saw6nkqqqfx5xm1h5cpk7gxnxmw9wk47-glibc-2.33-62/lib/libc.so.6: version `GLIBC_2.34' not found (required by /nix/store/sq78g74zs4sj7n1j5709g9c2pmffx1y8-gcc-11.3.0-lib/lib/libgcc_s.so.1)

When I checked the lock file for nixpkgs I noticed it hadn't been updated in about a year. Bumping nixpkgs seems to have resolved the problem.