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