This commit is contained in:
dusk 2021-08-16 03:15:43 +03:00
parent c39f6ed7a1
commit c85309dd10
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 6 additions and 6 deletions

View File

@ -412,15 +412,15 @@
]
},
"locked": {
"lastModified": 1626644818,
"narHash": "sha256-w0hpyFXxltmOpbBKNQ2tfKRWELQzStc/ho1EcNyYaWc=",
"owner": "nix-community",
"lastModified": 1627598485,
"narHash": "sha256-jH60VPMHgByO9tjk6y9m3DJolpl6JFYXwvcervWRcaE=",
"owner": "kreisys",
"repo": "rnix-lsp",
"rev": "1fdd7cf9bf56b8ad2dddcfd27354dae8aef2b453",
"rev": "ea5d8bbf13eb1c7ebad2670d941e8a7d6594de5c",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "kreisys",
"repo": "rnix-lsp",
"type": "github"
}

View File

@ -37,7 +37,7 @@
nixos-hardware.url = "github:nixos/nixos-hardware";
rnixLsp = {
url = "github:nix-community/rnix-lsp";
url = "github:kreisys/rnix-lsp";
inputs.naersk.follows = "naersk";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";