tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
swtpm: add a platform entry to meta attributes
Arthur Gautier
2 years ago
8c6f086c
7ae56925
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
swtpm
default.nix
+1
pkgs/tools/security/swtpm/default.nix
···
101
101
license = licenses.bsd3;
102
102
maintainers = [ maintainers.baloo ];
103
103
mainProgram = "swtpm";
104
104
+
platforms = platforms.all;
104
105
};
105
106
})