diff options
| author | LLLL Colonq <llll@colonq> | 2026-05-07 20:00:36 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-05-07 20:00:36 -0400 |
| commit | 1f07fdcd9251128ad5df5c313ea64dd79e51fc54 (patch) | |
| tree | 50fa894dfc3881902ac2f171468d02c96c70d1e0 /flake.nix | |
| parent | 74cea7a27d4dd4db5534d88df60c66982f53254b (diff) | |
Scripting API
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"; |
