Skip to content

Commit

Permalink
feat(packages): add purr
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 25, 2024
1 parent 10745cb commit 13bb3cd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions flake.lock

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

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
url = "github:uncenter/nixpkgs-using";
inputs.nixpkgs.follows = "nixpkgs";
};

purr = {
url = "github:uncenter/purr";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = {
Expand Down
1 change: 1 addition & 0 deletions modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
statix
nixpkgs-review
inputs.nixpkgs-using.packages.${pkgs.system}.default
inputs.purr.packages.${pkgs.system}.default
nix-update
nurl

Expand Down

0 comments on commit 13bb3cd

Please sign in to comment.