Skip to content

Allaman/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First steps with NixOS

This repo contains my first steps with NixOS. WIP!

Fixing binaries

Blog post

Lua-language-server

patchelf --set-interpreter $(patchelf --print-interpreter `which find`) $HOME/.local/share/nvim/mason/packages/lua-language-server/libexec/bin/lua-language-server

Stylua

patchelf --set-interpreter $(patchelf --print-interpreter `which find`) /home/michael/.local/share/nvim/mason/packages/stylua/stylua

Marksman

libz.so.1 and glibc++6 additional dependecies

patchelf --set-rpath "$(nix eval nixpkgs#zlib.outPath --raw)/lib:$(nix eval nixpkgs#stdenv.cc.cc.lib.outPath --raw)/lib" .local/share/nvim/mason/bin/marksman

About

Trying to move to NixOS :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages