File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v3
29
29
- name : Install Nix
30
30
uses : DeterminateSystems/nix-installer-action@main
31
+ with :
32
+ extra-conf : system-features = nixos-test benchmark big-parallel kvm
31
33
- uses : DeterminateSystems/magic-nix-cache-action@main
32
34
- name : Check Nix flake inputs
33
35
uses : DeterminateSystems/flake-checker-action@v4
Original file line number Diff line number Diff line change 55
55
name = "image-root" ;
56
56
paths = [
57
57
self . packages . ${ system } . hsec-tools
58
- pkgs . git . out
58
+ pkgs . gitMinimal . out
59
59
gitconfig
60
60
] ;
61
61
pathsToLink = [ "/bin" "/" ] ;
62
62
} ;
63
+ runAsRoot = "rm -Rf /share" ;
63
64
config = {
64
65
Cmd = [ "/bin/hsec-tools" ] ;
65
66
Env = [
66
- "LOCALE_ARCHIVE=${ pkgs . glibcLocales } /lib/locale/locale-archive"
67
+ "LOCALE_ARCHIVE=${ pkgs . glibcLocalesUtf8 } /lib/locale/locale-archive"
67
68
"LC_TIME=en_US.UTF-8"
68
69
"LANG=en_US.UTF-8"
69
70
"LANGUAGE=en"
You can’t perform that action at this time.
0 commit comments