mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 16:11:51 +03:00
tests: add simple devshell test
This commit is contained in:
parent
878aea95ad
commit
e6b9618a32
@ -41,4 +41,5 @@ in
|
||||
|
||||
checksTest = mkOutputTest "checks";
|
||||
|
||||
devShellTest = fullFlake.devShell.${pkgs.system};
|
||||
}
|
||||
|
@ -34,6 +34,8 @@ let
|
||||
})
|
||||
];
|
||||
|
||||
devshell.modules = [ ./devshell.toml ];
|
||||
|
||||
nixos = {
|
||||
hostDefaults = {
|
||||
system = "x86_64-linux";
|
||||
|
5
tests/fullFlake/devshell.toml
Normal file
5
tests/fullFlake/devshell.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[devshell]
|
||||
|
||||
packages = [
|
||||
"mdbook",
|
||||
]
|
Loading…
Reference in New Issue
Block a user