summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 04:16:38 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 04:16:38 -0400
commit2128c8ea61e1d3c69d82ee5b8f40b6bf016d357b (patch)
tree1d753ff1ea7ee7511019ac71b22cfd3dd2c238bd
parentbe5563fe24c582f10b9cca95e0a5ce7caac75176 (diff)
Update flake.nix
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f5a03d5..7fa86de 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
crane = {
url = "github:ipetkov/crane";
- inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {