mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
ci: remove literalExpression step
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
765ceb93d1
commit
cc8896c321
1 changed files with 18 additions and 23 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -17,11 +17,6 @@ jobs:
|
|||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
- run: |
|
||||
if grep -R --exclude stdlib-extended.nix literalExample modules ; then
|
||||
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr
|
||||
exit 1
|
||||
fi
|
||||
- run: nix-build --show-trace -A docs.jsonModuleMaintainers
|
||||
- run: nix fmt -- --ci
|
||||
- run: nix-shell --show-trace . -A install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue