Skip to content

Commit 0ebf5d3

Browse files
jfrocheyvan-sraka
authored andcommitted
chore: update (and refactor) flake inputs
1 parent 7db85c1 commit 0ebf5d3

File tree

2 files changed

+38
-41
lines changed

2 files changed

+38
-41
lines changed

flake.lock

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

flake.nix

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
];
88
};
99
inputs = {
10-
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
10+
flake-parts.url = "github:hercules-ci/flake-parts";
1111
flake-utils.url = "github:numtide/flake-utils";
12-
nix2container.url = "github:nlewo/nix2container";
13-
nix2container.inputs.nixpkgs.follows = "nixpkgs";
14-
nix2container.inputs.flake-utils.follows = "flake-utils";
15-
nix-editor.url = "github:snowfallorg/nix-editor";
16-
nix-editor.inputs.utils.follows = "flake-utils";
12+
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
13+
git-hooks.url = "github:cachix/git-hooks.nix";
1714
nix-editor.inputs.nixpkgs.follows = "nixpkgs";
18-
rust-overlay.url = "github:oxalica/rust-overlay";
19-
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
20-
nix-fast-build.url = "github:Mic92/nix-fast-build";
15+
nix-editor.inputs.utils.follows = "flake-utils";
16+
nix-editor.url = "github:snowfallorg/nix-editor";
17+
nix-eval-jobs.url = "github:nix-community/nix-eval-jobs";
2118
nix-fast-build.inputs.flake-parts.follows = "flake-parts";
2219
nix-fast-build.inputs.nixpkgs.follows = "nixpkgs";
2320
nix-fast-build.inputs.treefmt-nix.follows = "treefmt-nix";
24-
flake-parts.url = "github:hercules-ci/flake-parts";
25-
treefmt-nix.url = "github:numtide/treefmt-nix";
26-
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
27-
git-hooks.url = "github:cachix/git-hooks.nix";
28-
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
21+
nix-fast-build.url = "github:Mic92/nix-fast-build";
22+
nix2container.inputs.flake-utils.follows = "flake-utils";
23+
nix2container.inputs.nixpkgs.follows = "nixpkgs";
24+
nix2container.url = "github:nlewo/nix2container";
2925
nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0";
3026
nixpkgs-pgbackrest.url = "github:nixos/nixpkgs/nixos-unstable-small";
31-
nix-eval-jobs.url = "github:nix-community/nix-eval-jobs";
27+
nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
28+
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
29+
rust-overlay.url = "github:oxalica/rust-overlay";
30+
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
31+
treefmt-nix.url = "github:numtide/treefmt-nix";
3232
};
3333

3434
outputs =

0 commit comments

Comments
 (0)