Update nixpkgs, add direnv to gitignore (#30292)

This also moves nixpkgs to use `channels.nixos.org` since those tarballs
are 30mb in size as compared to 45mb github ones

Release Notes:

- N/A 

----

cc @P1n3appl3
This commit is contained in:
Stanislav Alekseev 2025-05-13 11:45:22 +03:00 committed by GitHub
parent 01488c4f91
commit f01af006e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
**/cargo-target
**/target
**/venv
**/.direnv
*.wasm
*.xcodeproj
.DS_Store