fix: inputs have to be quoted
This commit is contained in:
parent
31c94bc8d2
commit
287b268161
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
colmena.url = "github:zhaofengli/colmena";
|
colmena.url = "github:zhaofengli/colmena";
|
||||||
attic.url = github:zhaofengli/attic;
|
attic.url = "github:zhaofengli/attic";
|
||||||
|
|
||||||
# we host our own
|
# we host our own
|
||||||
simple-nixos-mailserver = {
|
simple-nixos-mailserver = {
|
||||||
|
|
Loading…
Reference in a new issue