summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-05-07 20:00:36 -0400
committerLLLL Colonq <llll@colonq>2026-05-07 20:00:36 -0400
commit1f07fdcd9251128ad5df5c313ea64dd79e51fc54 (patch)
tree50fa894dfc3881902ac2f171468d02c96c70d1e0 /flake.nix
parent74cea7a27d4dd4db5534d88df60c66982f53254b (diff)
Scripting API
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 04dcf96..fa8862c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,9 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
- crane = {
- url = "github:ipetkov/crane";
- };
+ crane.url = "github:ipetkov/crane";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";