repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove n0emis as direct maintainer (#365023)
[NixPkgs.git]
/
nixos
/
tests
/
stratis
/
default.nix
blob
3a3452e63f09b10d495769df0a096f3f6d5052a7
1
{
2
system ? builtins.currentSystem,
3
pkgs ? import ../../.. { inherit system; },
4
}:
5
6
{
7
simple = import ./simple.nix { inherit system pkgs; };
8
encryption = import ./encryption.nix { inherit system pkgs; };
9
}