|
7 | 7 | ]; |
8 | 8 | }; |
9 | 9 | inputs = { |
10 | | - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; |
| 10 | + flake-parts.url = "github:hercules-ci/flake-parts"; |
11 | 11 | 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"; |
17 | 14 | 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"; |
21 | 18 | nix-fast-build.inputs.flake-parts.follows = "flake-parts"; |
22 | 19 | nix-fast-build.inputs.nixpkgs.follows = "nixpkgs"; |
23 | 20 | 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"; |
29 | 25 | nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0"; |
30 | 26 | 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"; |
32 | 32 | }; |
33 | 33 |
|
34 | 34 | outputs = |
|
0 commit comments