From 9d26b6f4d54b9b456840bf4323cace8e960381b4 Mon Sep 17 00:00:00 2001 From: francis2tm Date: Mon, 5 Feb 2024 11:42:55 +0000 Subject: [PATCH] chore: removed .envrc --- .envrc | 7 ------- flake.lock | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 .envrc diff --git a/.envrc b/.envrc deleted file mode 100644 index 5e62b23..0000000 --- a/.envrc +++ /dev/null @@ -1,7 +0,0 @@ -if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8=" -fi - -# watching all nix-files and re-evaluate on change -watch_file $(find . -name "*.nix" -printf '"%p" ') -use flake diff --git a/flake.lock b/flake.lock index 85cb9e1..191a359 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1705697961, - "narHash": "sha256-XepT3WS516evSFYkme3GrcI3+7uwXHqtHbip+t24J7E=", + "lastModified": 1706925685, + "narHash": "sha256-hVInjWMmgH4yZgA4ZtbgJM1qEAel72SYhP5nOWX4UIM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e5d1c87f5813afde2dda384ac807c57a105721cc", + "rev": "79a13f1437e149dc7be2d1290c74d378dad60814", "type": "github" }, "original": {