Skip to content

Commit 449c212

Browse files
jfrochesamrose
authored andcommitted
chore: update (and refactor) flake inputs
1 parent a3d559f commit 449c212

File tree

2 files changed

+76
-188
lines changed

2 files changed

+76
-188
lines changed

flake.lock

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

flake.nix

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,36 @@
22
description = "Prototype tooling for deploying PostgreSQL";
33

44
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";
116
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";
167
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+
};
1735
};
1836

1937
outputs =

0 commit comments

Comments
 (0)