Skip to content

Commit 16fc0f7

Browse files
committed
nixpkgs-review from upstream
1 parent 2d5d115 commit 16fc0f7

File tree

3 files changed

+72
-5
lines changed

3 files changed

+72
-5
lines changed

flake.lock

+68-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
url = "github:Mic92/sops-nix";
2525
inputs.nixpkgs.follows = "nixpkgs";
2626
};
27+
nixpkgs-review.url = "github:Mic92/nixpkgs-review";
28+
nixpkgs-review.inputs.nixpkgs.follows = "nixpkgs";
2729
sops-to-age.url = "github:Mic92/ssh-to-age";
2830
website = {
2931
url = "github:xanderio/website";

home/develop/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
pkgs,
33
lib,
4+
inputs,
45
...
56
}:
67
{
@@ -10,11 +11,10 @@
1011
(with pkgs; [
1112
nix-update
1213
nix-init
13-
nixpkgs-review
1414
glab
1515
gh
1616
nix-fast-build
17-
]);
17+
]) ++ [ inputs.nixpkgs-review.packages.${pkgs.stdenv.hostPlatform.system}.nixpkgs-review ];
1818

1919
sessionVariables = {
2020
DARCS_ALWAYS_COLOR = "1";

0 commit comments

Comments
 (0)