switched from url syntax to string syntax
This commit is contained in:
parent
5ed8a559dd
commit
a0295f8f5a
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
||||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
libgourou-utils.url = github:BentonEdmondson/libgourou-utils;
|
libgourou-utils.url = "github:BentonEdmondson/libgourou-utils";
|
||||||
libgourou-utils.inputs.nixpkgs.follows = "nixpkgs";
|
libgourou-utils.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
inept-epub.url = github:BentonEdmondson/inept-epub;
|
inept-epub.url = "github:BentonEdmondson/inept-epub";
|
||||||
inept-epub.inputs.nixpkgs.follows = "nixpkgs";
|
inept-epub.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue