aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-10-30 13:32:38 -0700
committerMichael Lingelbach <m.j.lbach@gmail.com>2021-10-30 13:38:56 -0700
commit35241db21767ebf242c8f3139547f750c6f5205e (patch)
tree1dc7788cc54ee85bed7f8d3ab3e7c83774a5d9d3 /flake.lock
parentchore: unify makefile to run stylua and luacheck (diff)
downloadnvim-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.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index dac8dc8e..bf440813 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
}