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 23, 2022
1 parent a966d43 commit 2de583d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion examples/downstream
Submodule downstream deleted from 3587d6
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ 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"; })
Expand Down

0 comments on commit 2de583d

Please sign in to comment.