Updated flake, removed seperate ZLS install and am just installing from nixpkgs now

This commit is contained in:
Nate Anderson
2025-01-02 10:45:48 -07:00
parent a335d10f9f
commit f2bf87c063
4 changed files with 4 additions and 97 deletions
Generated
+1 -32
View File
@@ -34,26 +34,10 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1719942202,
"narHash": "sha256-7sP4PzxRsUfRwN8rmFtRvU/nYqTI5YYeIG9P3KJV41g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4b015946c99a5bbe9c7a685e66f165aa44644b7d",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"zlsPkg": "zlsPkg"
"nixpkgs": "nixpkgs"
}
},
"systems": {
@@ -70,21 +54,6 @@
"repo": "default",
"type": "github"
}
},
"zlsPkg": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1,
"narHash": "sha256-40mzryp9AaDiufsbEISP5VJCEpg0DYrdMjpP16oSJj0=",
"path": "./nix/zls",
"type": "path"
},
"original": {
"path": "./nix/zls",
"type": "path"
}
}
},
"root": "root",