Merge pull request 'chore(inputs): use git+https://' (#26) from flake-input-with-git into main

Reviewed-on: #26
This commit is contained in:
Lunaphied 2024-05-06 21:49:58 +00:00
commit 10e849bdce
2 changed files with 7 additions and 7 deletions

View file

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

View file

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