Skip to content

Conversation

@ThoFrank
Copy link

  • flake.lock: Update
  • Automatically enter nix shell via nix-direnv
  • Add rustfmt to nix devshell

ThoFrank and others added 3 commits November 14, 2025 15:37
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/47e29c20abef74c45322eca25ca1550cdf5c3b50?narHash=sha256-fQ4k/hyQiH9RRPznztsA9kbcDajvwV1sRm01el6Sr3c%3D' (2024-12-31)
  → 'github:NixOS/nixpkgs/91c9a64ce2a84e648d0cf9671274bb9c2fb9ba60?narHash=sha256-ITeH8GBpQTw9457ICZBddQEBjlXMmilML067q0e6vqY%3D' (2025-11-12)
nix-direnv loads the nix devshell as soon as you enter the project
directory (after allowing it once).

[nix-direnv](https://github.com/nix-community/nix-direnv)
@@ -0,0 +1 @@
use flake
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain what this file does?

Cargo.lock

.DS_Store
.direnv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain why this file needs to be ignored?

"owner": "NixOS",
"repo": "nixpkgs",
"rev": "47e29c20abef74c45322eca25ca1550cdf5c3b50",
"rev": "91c9a64ce2a84e648d0cf9671274bb9c2fb9ba60",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone else also updated the nix files in #1307 . They have too many different changes in one PR, therefore it is not merged.

They had more changes to the lock file. Does it make sense to do that in this PR?

I have no knowledge about nix, so it is difficult for me to understand what happens here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants