Skip to content

Commit

Permalink
nixpkgs-review from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Dec 3, 2024
1 parent 2d5d115 commit 16fc0f7
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 5 deletions.
71 changes: 68 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-review.url = "github:Mic92/nixpkgs-review";
nixpkgs-review.inputs.nixpkgs.follows = "nixpkgs";
sops-to-age.url = "github:Mic92/ssh-to-age";
website = {
url = "github:xanderio/website";
Expand Down
4 changes: 2 additions & 2 deletions home/develop/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
pkgs,
lib,
inputs,
...
}:
{
Expand All @@ -10,11 +11,10 @@
(with pkgs; [
nix-update
nix-init
nixpkgs-review
glab
gh
nix-fast-build
]);
]) ++ [ inputs.nixpkgs-review.packages.${pkgs.stdenv.hostPlatform.system}.nixpkgs-review ];

sessionVariables = {
DARCS_ALWAYS_COLOR = "1";
Expand Down

0 comments on commit 16fc0f7

Please sign in to comment.