Lix is public now!

This commit is contained in:
Artemis Tosini 2024-05-06 03:32:59 +00:00
parent 22e96bdb57
commit 4b7c746e94
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
2 changed files with 6 additions and 6 deletions

View file

@ -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": {

View file

@ -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";