diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-10-30 13:32:38 -0700 |
|---|---|---|
| committer | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-10-30 13:38:56 -0700 |
| commit | 35241db21767ebf242c8f3139547f750c6f5205e (patch) | |
| tree | 1dc7788cc54ee85bed7f8d3ab3e7c83774a5d9d3 /flake.lock | |
| parent | chore: unify makefile to run stylua and luacheck (diff) | |
| download | nvim-lspconfig-35241db21767ebf242c8f3139547f750c6f5205e.tar nvim-lspconfig-35241db21767ebf242c8f3139547f750c6f5205e.tar.gz nvim-lspconfig-35241db21767ebf242c8f3139547f750c6f5205e.tar.bz2 nvim-lspconfig-35241db21767ebf242c8f3139547f750c6f5205e.tar.lz nvim-lspconfig-35241db21767ebf242c8f3139547f750c6f5205e.tar.xz nvim-lspconfig-35241db21767ebf242c8f3139547f750c6f5205e.tar.zst nvim-lspconfig-35241db21767ebf242c8f3139547f750c6f5205e.zip | |
chore: make flake.nix cross-platform compatible
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,20 @@ { "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1634851050, + "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1626644568, @@ -16,6 +31,7 @@ }, "root": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } } |
