Skip to content

Commit

Permalink
flakes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 26, 2024
1 parent e7a82c1 commit 644e7d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 30 deletions.
32 changes: 12 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,9 @@
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
crane = {
url = "github:ipetkov/crane";
inputs = {
nixpkgs.follows = "nixpkgs";
};
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
};
outputs = { self, nixpkgs, flake-utils, rust-overlay, crane }:
flake-utils.lib.eachDefaultSystem
Expand Down

0 comments on commit 644e7d6

Please sign in to comment.