use https url for lix-module
This commit is contained in:
parent
3b38bfeab3
commit
a365e45622
2 changed files with 5 additions and 8 deletions
11
flake.lock
generated
11
flake.lock
generated
|
@ -706,16 +706,13 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742943028,
|
"lastModified": 1742943028,
|
||||||
"narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=",
|
"narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=",
|
||||||
"ref": "release-2.92",
|
|
||||||
"rev": "3fae818597ca2f1474de62022f850c23be50528d",
|
"rev": "3fae818597ca2f1474de62022f850c23be50528d",
|
||||||
"revCount": 134,
|
"type": "tarball",
|
||||||
"type": "git",
|
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/3fae818597ca2f1474de62022f850c23be50528d.tar.gz?rev=3fae818597ca2f1474de62022f850c23be50528d"
|
||||||
"url": "https://git.lix.systems/lix-project/nixos-module"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "release-2.92",
|
"type": "tarball",
|
||||||
"type": "git",
|
"url": "https://git.lix.systems/lix-project/nixos-module/archive/release-2.92.tar.gz"
|
||||||
"url": "https://git.lix.systems/lix-project/nixos-module"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nil": {
|
"nil": {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
conduwuit.url = "github:girlbossceo/conduwuit";
|
conduwuit.url = "github:girlbossceo/conduwuit";
|
||||||
conduwuit.inputs.nixpkgs.follows = "nixpkgs";
|
conduwuit.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.92";
|
lix-module.url = "https://git.lix.systems/lix-project/nixos-module/archive/release-2.92.tar.gz";
|
||||||
nix-ld.url = "github:nix-community/nix-ld";
|
nix-ld.url = "github:nix-community/nix-ld";
|
||||||
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nil.url = "github:oxalica/nil";
|
nil.url = "github:oxalica/nil";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue