This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ad01e9dfbb
nixpkgs
/
nixos
/
maintainers
/
scripts
/
ec2
/
amazon-hvm-config.nix
6 lines
86 B
Nix
Raw
Blame
History
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
./amazon-base-config.nix
]
;
ec2
.
hvm
=
true
;
}
Reference in New Issue
View Git Blame
Copy Permalink