|
7 | 7 | ]; |
8 | 8 | }; |
9 | 9 | inputs = { |
10 | | - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; |
11 | | - flake-utils.url = "github:numtide/flake-utils"; |
12 | | - nix2container.url = "github:nlewo/nix2container"; |
13 | | - nix-editor.url = "github:snowfallorg/nix-editor"; |
14 | | - rust-overlay.url = "github:oxalica/rust-overlay"; |
15 | | - nix-fast-build.url = "github:Mic92/nix-fast-build"; |
| 10 | + nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"; |
16 | 11 | flake-parts.url = "github:hercules-ci/flake-parts"; |
17 | | - treefmt-nix.url = "github:numtide/treefmt-nix"; |
18 | | - treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; |
19 | | - git-hooks.url = "github:cachix/git-hooks.nix"; |
20 | | - git-hooks.inputs.nixpkgs.follows = "nixpkgs"; |
21 | 12 | nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0"; |
| 13 | +<<<<<<< HEAD |
22 | 14 | nixpkgs-pgbackrest.url = "github:nixos/nixpkgs/nixos-unstable-small"; |
| 15 | +======= |
| 16 | + flake-utils.url = "github:numtide/flake-utils"; |
| 17 | + treefmt-nix = { |
| 18 | + url = "github:numtide/treefmt-nix"; |
| 19 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 20 | + }; |
| 21 | + nix-editor = { |
| 22 | + url = "github:snowfallorg/nix-editor"; |
| 23 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 24 | + }; |
| 25 | + nix-fast-build = { |
| 26 | + url = "github:Mic92/nix-fast-build"; |
| 27 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 28 | + inputs.flake-parts.follows = "flake-parts"; |
| 29 | + inputs.treefmt-nix.follows = "treefmt-nix"; |
| 30 | + }; |
| 31 | + nix2container = { |
| 32 | + url = "github:nlewo/nix2container"; |
| 33 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 34 | + }; |
| 35 | + rust-overlay = { |
| 36 | + url = "github:oxalica/rust-overlay"; |
| 37 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 38 | + }; |
| 39 | + git-hooks = { |
| 40 | + url = "github:cachix/git-hooks.nix"; |
| 41 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 42 | + }; |
| 43 | +>>>>>>> af3f6596 (chore: update (and refactor) flake inputs) |
23 | 44 | }; |
24 | 45 |
|
25 | 46 | outputs = |
|
0 commit comments