aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorYusuf Bera Ertan2022-06-21 20:59:46 +0000
committerMichael Davis2022-06-21 22:39:30 +0000
commit8c86cd56cb90cab495e2a8eac90cadc2954abf10 (patch)
tree2939db26c7ed24814750ba6222813feae9f54786 /flake.nix
parent5b3b6ffc9e9b34fbbb39ad33cd29c8dec78ac231 (diff)
build(nix): update flake deps, add default.nix file
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 54637ab9..c8bd02aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
nixCargoIntegration = {
url = "github:yusdacra/nix-cargo-integration";
inputs.nixpkgs.follows = "nixpkgs";
- inputs.rustOverlay.follows = "rust-overlay";
+ inputs.rust-overlay.follows = "rust-overlay";
};
};