Skip to content

Commit be47195

Browse files
committed
nix: sort inputs, remove systems input
1 parent 2ff1287 commit be47195

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

flake.lock

-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
4-
systems.url = "github:nix-systems/default";
5-
fstar.url = "github:FStarLang/FStar/a94456863e3f971a7c63a64aca1a07d2cd9eb9a1";
6-
devenv.url = "github:cachix/devenv";
73
devenv.inputs.nixpkgs.follows = "nixpkgs";
4+
devenv.url = "github:cachix/devenv";
85
flake-parts.url = "github:hercules-ci/flake-parts";
9-
treefmt-nix.url = "github:numtide/treefmt-nix";
6+
fstar.url = "github:FStarLang/FStar/a94456863e3f971a7c63a64aca1a07d2cd9eb9a1";
7+
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
108
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
9+
treefmt-nix.url = "github:numtide/treefmt-nix";
1110
};
1211

1312
nixConfig = {

0 commit comments

Comments
 (0)