Skip to content

Commit 1f62016

Browse files
committed
Update nix stuff
1 parent 49e6038 commit 1f62016

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

.envrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
1+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
2+
3+
nix_direnv_manual_reload
24

35
use flake

flake.lock

Lines changed: 13 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
44
flake-utils.url = "github:numtide/flake-utils";
55
nix-filter.url = "github:numtide/nix-filter";
66
rust-overlay = {
@@ -118,9 +118,6 @@
118118

119119
buildInputs = with pkgs; [ rust-dev-toolchain nixpkgs-fmt ];
120120
nativeBuildInputs = commonNativeBuildInputs;
121-
shellHook = ''
122-
export DIRENV_LOG_FORMAT=""
123-
'';
124121
};
125122

126123
checks = {

0 commit comments

Comments
 (0)