|
2 | 2 | description = "Prototype tooling for deploying PostgreSQL";
|
3 | 3 |
|
4 | 4 | inputs = {
|
5 |
| - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; |
6 |
| - flake-utils.url = "github:numtide/flake-utils"; |
7 |
| - nix2container.url = "github:nlewo/nix2container"; |
8 |
| - nix-editor.url = "github:snowfallorg/nix-editor"; |
9 |
| - rust-overlay.url = "github:oxalica/rust-overlay"; |
10 |
| - nix-fast-build.url = "github:Mic92/nix-fast-build"; |
| 5 | + nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"; |
11 | 6 | flake-parts.url = "github:hercules-ci/flake-parts";
|
12 |
| - treefmt-nix.url = "github:numtide/treefmt-nix"; |
13 |
| - treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; |
14 |
| - git-hooks.url = "github:cachix/git-hooks.nix"; |
15 |
| - git-hooks.inputs.nixpkgs.follows = "nixpkgs"; |
16 | 7 | nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0";
|
| 8 | + flake-utils.url = "github:numtide/flake-utils"; |
| 9 | + treefmt-nix = { |
| 10 | + url = "github:numtide/treefmt-nix"; |
| 11 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 12 | + }; |
| 13 | + nix-editor = { |
| 14 | + url = "github:snowfallorg/nix-editor"; |
| 15 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 16 | + }; |
| 17 | + nix-fast-build = { |
| 18 | + url = "github:Mic92/nix-fast-build"; |
| 19 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 20 | + inputs.flake-parts.follows = "flake-parts"; |
| 21 | + inputs.treefmt-nix.follows = "treefmt-nix"; |
| 22 | + }; |
| 23 | + nix2container = { |
| 24 | + url = "github:nlewo/nix2container"; |
| 25 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 26 | + }; |
| 27 | + rust-overlay = { |
| 28 | + url = "github:oxalica/rust-overlay"; |
| 29 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 30 | + }; |
| 31 | + git-hooks = { |
| 32 | + url = "github:cachix/git-hooks.nix"; |
| 33 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 34 | + }; |
17 | 35 | };
|
18 | 36 |
|
19 | 37 | outputs =
|
|
0 commit comments