Skip to content

Commit 99f097c

Browse files
jfrochesamrose
authored andcommitted
chore: update (and refactor) flake inputs
1 parent 1e598fb commit 99f097c

File tree

2 files changed

+79
-205
lines changed

2 files changed

+79
-205
lines changed

flake.lock

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

flake.nix

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,40 @@
77
];
88
};
99
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";
1611
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";
2112
nixpkgs-go124.url = "github:Nixos/nixpkgs/d2ac4dfa61fba987a84a0a81555da57ae0b9a2b0";
13+
<<<<<<< HEAD
2214
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)
2344
};
2445

2546
outputs =

0 commit comments

Comments
 (0)