Skip to content

Commit 231fd58

Browse files
committed
build(nix): remove unused crane input
1 parent c8b560c commit 231fd58

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

flake.lock

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Based on: https://crane.dev/examples/quick-start-workspace.html
22

33
{
4-
inputs = {
5-
crane.url = "github:ipetkov/crane";
6-
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
7-
};
4+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
85

96
outputs =
107
{

0 commit comments

Comments
 (0)