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
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
nixos
/
tests
/
installer
/
byAttrWithChannel.nix
blob
951231dcba3e715383874a8c316569e8377a4806
1
# This file gets copied into the installation
2
3
{ evalConfig ? import <nixpkgs/nixos/lib/eval-config.nix> }:
4
5
evalConfig {
6
modules = [
7
./configuration.nix
8
( import <nixpkgs/nixos/modules/testing/test-instrumentation.nix> )
9
];
10
}