This website requires JavaScript.
Explore
Help
Sign In
christian
/
nixos-mailserver
Watch
1
Star
0
Fork
You've already forked nixos-mailserver
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
acaba31d8f
nixos-mailserver
/
shell.nix
2 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
add flake support
2020-12-15 16:01:40 +01:00
(
import
(
builtins
.
fetchGit
"
h
t
t
p
s
:
/
/
g
i
t
h
u
b
.
c
o
m
/
e
d
o
l
s
t
r
a
/
f
l
a
k
e
-
c
o
m
p
a
t
"
)
{
src
=
./.
;
}
)
.
shellNix