Skip to content

Commit

Permalink
examples/downstream -> examples/devos
Browse files Browse the repository at this point in the history
no need for submodules either
  • Loading branch information
Pacman99 committed Feb 24, 2022
1 parent a966d43 commit 38b73dd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- run: nix flake check --show-trace

# Check /examples/*
- run: nix develop --command -- check-downstream --show-trace
- run: nix develop --command -- check-devos --show-trace
- run: nix develop --command -- check-groupByConfig --show-trace
- run: nix develop --command -- check-hmOnly --show-trace
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion examples/downstream
Submodule downstream deleted from 3587d6
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ devshell.mkShell {
command = "fd --extension nix --exec nix-instantiate --parse --quiet {} >/dev/null";
})

(test "examples" "downstream")
(test "examples" "devos")
(test "examples" "groupByConfig")
(test "examples" "hmOnly")
(test "examples" "all" // { command = "check-downstream && check-groupByConfig && check-hmOnly"; })
(test "examples" "all" // { command = "check-devos && check-groupByConfig && check-hmOnly"; })
(docs { package = pkgs.mdbook; })
(docs makeDocs)

Expand Down

0 comments on commit 38b73dd

Please sign in to comment.