Skip to content

Commit

Permalink
cli
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 2, 2023
1 parent 83706a8 commit 1906d7c
Show file tree
Hide file tree
Showing 12 changed files with 170 additions and 64 deletions.
3 changes: 2 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@
MD034 = false;
};

tests = config.lib.mkTests [ "devenv" ] ./examples;
tests = config.lib.mkTests [ "devenv" ] ./examples
// config.lib.mkTests [ "devenv" ] ./tests;
}
4 changes: 2 additions & 2 deletions devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ inputs:
url: github:domenkozar/nix/relaxed-flakes
inputs:
nixpkgs:
follows: "nixpkgs"
follows: nixpkgs
devenv:
url: path:./src/modules
pre-commit-hooks:
url: github:cachix/pre-commit-hooks.nix
inputs:
nixpkgs:
follows: "nixpkgs"
follows: nixpkgs
32 changes: 16 additions & 16 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ click = "^8.1.4"
strictyaml = "^1.7.3"
terminaltables = "^3.1.10"
filelock = "^3.12.0"
requests = "^2.31.0"

[tool.poetry.group.docs]
optional = true
Expand Down
Loading

0 comments on commit 1906d7c

Please sign in to comment.