Lix is public now!
This commit is contained in:
parent
22e96bdb57
commit
4b7c746e94
|
@ -386,11 +386,11 @@
|
||||||
"rev": "7cffd7a3b550deb3b2780780fd0226cbc649da9b",
|
"rev": "7cffd7a3b550deb3b2780780fd0226cbc649da9b",
|
||||||
"revCount": 15499,
|
"revCount": 15499,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.lix.systems/lix-project/lix"
|
"url": "https://git.lix.systems/lix-project/lix"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.lix.systems/lix-project/lix"
|
"url": "https://git.lix.systems/lix-project/lix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lix-module": {
|
"lix-module": {
|
||||||
|
@ -413,11 +413,11 @@
|
||||||
"rev": "e31baf57680bab449ab5b40179cc4a08a99f5314",
|
"rev": "e31baf57680bab449ab5b40179cc4a08a99f5314",
|
||||||
"revCount": 62,
|
"revCount": 62,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.lix.systems/lix-project/nixos-module"
|
"url": "https://git.lix.systems/lix-project/nixos-module"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.lix.systems/lix-project/nixos-module"
|
"url": "https://git.lix.systems/lix-project/nixos-module"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-index-database": {
|
"nix-index-database": {
|
||||||
|
|
|
@ -33,11 +33,11 @@
|
||||||
inputs.flake-utils.follows = "utils";
|
inputs.flake-utils.follows = "utils";
|
||||||
};
|
};
|
||||||
lix = {
|
lix = {
|
||||||
url = "git+ssh://git@git.lix.systems/lix-project/lix";
|
url = "git+https://git.lix.systems/lix-project/lix";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
lix-module = {
|
lix-module = {
|
||||||
url = "git+ssh://git@git.lix.systems/lix-project/nixos-module";
|
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.flake-utils.follows = "utils";
|
inputs.flake-utils.follows = "utils";
|
||||||
inputs.lix.follows = "lix";
|
inputs.lix.follows = "lix";
|
||||||
|
|
Loading…
Reference in a new issue