Skip to content

Commit f5af39a

Browse files
authored
Merge branch 'develop' into PSQL-773
2 parents 852f716 + afea09d commit f5af39a

File tree

2 files changed

+38
-167
lines changed

2 files changed

+38
-167
lines changed

flake.lock

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

flake.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@
1010
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
1111
flake-utils.url = "github:numtide/flake-utils";
1212
nix2container.url = "github:nlewo/nix2container";
13+
nix2container.inputs.nixpkgs.follows = "nixpkgs";
14+
nix2container.inputs.flake-utils.follows = "flake-utils";
1315
nix-editor.url = "github:snowfallorg/nix-editor";
16+
nix-editor.inputs.utils.follows = "flake-utils";
17+
nix-editor.inputs.nixpkgs.follows = "nixpkgs";
1418
rust-overlay.url = "github:oxalica/rust-overlay";
19+
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
1520
nix-fast-build.url = "github:Mic92/nix-fast-build";
21+
nix-fast-build.inputs.flake-parts.follows = "flake-parts";
22+
nix-fast-build.inputs.nixpkgs.follows = "nixpkgs";
23+
nix-fast-build.inputs.treefmt-nix.follows = "treefmt-nix";
1624
flake-parts.url = "github:hercules-ci/flake-parts";
1725
treefmt-nix.url = "github:numtide/treefmt-nix";
1826
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)