Compare commits

...

2 commits

Author SHA1 Message Date
Lunaphied 10e849bdce Merge pull request 'chore(inputs): use git+https://' (#26) from flake-input-with-git into main
Reviewed-on: #26
2024-05-06 21:49:58 +00:00
raito d4587ea6a6 chore(inputs): use git+https://
Seems better in the context.

Signed-off-by: Raito Bezarius <raito@lix.systems>
2024-05-06 23:47:38 +02:00
2 changed files with 7 additions and 7 deletions

View file

@ -36,17 +36,17 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1714854839,
"narHash": "sha256-ZkQcJVnhy3DIZYhtXol/IQyVOtay9YhzL8qlETcFkM4=",
"lastModified": 1714969435,
"narHash": "sha256-HNIT8NiSZ1qrQMQT69Cr1nIhxrIIqHNPqLlmsVdcl18=",
"ref": "refs/heads/main",
"rev": "8dfb30a2355be667fcb947ea995669c801534fbf",
"revCount": 15479,
"rev": "106b95904304e498cc6c72aace705441768ab240",
"revCount": 15502,
"type": "git",
"url": "ssh://git@git.lix.systems/lix-project/lix.git"
"url": "https://git.lix.systems/lix-project/lix.git"
},
"original": {
"type": "git",
"url": "ssh://git@git.lix.systems/lix-project/lix.git"
"url": "https://git.lix.systems/lix-project/lix.git"
}
},
"nixpkgs": {

View file

@ -1,7 +1,7 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.lix = {
url = "https://git.lix.systems/lix-project/lix.git";
url = "git+https://git.lix.systems/lix-project/lix.git";
flake = false;
};
inputs.flake-utils.url = "github:numtide/flake-utils";