1
0
Fork 0

nvim: Only install elixir-ls on Darwin
All checks were successful
Build / build-amd64-linux (push) Successful in 4m11s
Build / build-arm64-linux (push) Successful in 5m21s

This commit is contained in:
Daniel Kempkens 2024-07-03 22:11:48 +02:00
parent 3c3dd10fca
commit 2361374a79
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 13 additions and 13 deletions

View file

@ -146,11 +146,11 @@
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1719877454,
"narHash": "sha256-g5N1yyOSsPNiOlFfkuI/wcUjmtah+nxdImJqrSATjOU=",
"lastModified": 1719994518,
"narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "4e3583423212f9303aa1a6337f8dffb415920e4f",
"rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
"type": "github"
},
"original": {
@ -278,11 +278,11 @@
]
},
"locked": {
"lastModified": 1719827439,
"narHash": "sha256-tneHOIv1lEavZ0vQ+rgz67LPNCgOZVByYki3OkSshFU=",
"lastModified": 1719992360,
"narHash": "sha256-SRq0ZRkqagqpMGVf4z9q9CIWRbPYjO7FTqSJyWh7nes=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "59ce796b2563e19821361abbe2067c3bb4143a7d",
"rev": "36e2f9da91ce8b63a549a47688ae60d47c50de4b",
"type": "github"
},
"original": {
@ -440,11 +440,11 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1719958352,
"narHash": "sha256-InEKcwWZoNKakuPqGqo3skypFO7DJOvCsRIoJ9DhJt8=",
"lastModified": 1720022903,
"narHash": "sha256-TLiEulaY4I+vwaJIHQXASVQva+2nepaziUomigYY9+0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1efee2bb34d5f0db946c7292de1d4392c3601d37",
"rev": "88f3dab52d2cc42945f70f4e84c4505dedaa377d",
"type": "github"
},
"original": {
@ -456,11 +456,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1719900233,
"narHash": "sha256-n0r/+L73jFW4Y+sCUerulR7VcVADnfcXdzRs7PaiIqw=",
"lastModified": 1719931832,
"narHash": "sha256-0LD+KePCKKEb4CcPsTBOwf019wDtZJanjoKm1S8q3Do=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0f56e3221392452f2c38e3ddf2eba03abda6bf47",
"rev": "0aeab749216e4c073cece5d34bc01b79e717c3e0",
"type": "github"
},
"original": {

View file

@ -29,7 +29,6 @@ in
# LSP
bash-language-server
elixir-ls
fennel-ls
#lexical
lua-language-server
@ -53,6 +52,7 @@ in
shellcheck
statix
] ++ optionals isDarwin [
elixir-ls
xcbuild
];