Skip to content

Commit

Permalink
flake: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 11, 2024
1 parent f6815c1 commit 3665367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
dooit.url = "github:kraanzu/dooit/develop";
dooit.url = "github:dooit-org/dooit";
};

outputs = {
Expand Down
3 changes: 2 additions & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ in

build-system = with python3.pkgs; [poetry-core];
buildInputs = [dooit];

# No tests available
doCheck = false;

meta = with lib; {
description = "Extra Utilities for Dooit";
homepage = "https://github.com/dooit-org/dooit-extras";
changelog = "https://github.com/dooit-org/dooit-extras/blob/main/CHANGELOG.md"; # TODO: change to version
changelog = "https://github.com/dooit-org/dooit-extras/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [
kraanzu
Expand Down

0 comments on commit 3665367

Please sign in to comment.