This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-20 04:31:52 +00:00
Code
Issues
Wiki
Activity
aa910d164d
nixpkgs
/
nixos
/
modules
/
virtualisation
/
azure-config.nix
6 lines
92 B
Nix
Raw
Normal View
History
Unescape
Escape
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20 21:56:59 +01:00
{
modulesPath
,
.
.
.
}:
Initial configuration + image generation script for Micro$oft Azure. Work in progress for #3986.
2014-09-06 20:37:46 +01:00
{
imports
=
[
"
${
modulesPath
}
/
v
i
r
t
u
a
l
i
s
a
t
i
o
n
/
a
z
u
r
e
-
i
m
a
g
e
.
n
i
x
"
]
;
}
Copy permalink