FITFLOP
Home

nix (8 post)


posts by category not found!

MIPS binutils on NixOS?

Understanding MIPS Binutils on Nix OS A Comprehensive Guide In the world of programming particularly in systems programming one of the significant challenges de

2 min read 21-10-2024 27
MIPS binutils on NixOS?
MIPS binutils on NixOS?

How to setup zsh/ohmyzsh in nixos?

How to Set Up Zsh and Oh My Zsh in Nix OS Setting up Zsh Z shell and Oh My Zsh on Nix OS can greatly enhance your command line experience Zsh offers advanced fe

3 min read 19-10-2024 24
How to setup zsh/ohmyzsh in nixos?
How to setup zsh/ohmyzsh in nixos?

How to allow "unfree" packages in Nix, for each situation?: {NixOS, Nix, Nix with Flakes, Nix with Flakes and Home Manager}

How to Allow Unfree Packages in Nix If you are using Nix you may come across the need to enable unfree packages in order to install software that is not open so

2 min read 19-10-2024 21
How to allow "unfree" packages in Nix, for each situation?: {NixOS, Nix, Nix with Flakes, Nix with Flakes and Home Manager}
How to allow "unfree" packages in Nix, for each situation?: {NixOS, Nix, Nix with Flakes, Nix with Flakes and Home Manager}

Nix package: Pass build flag --extra-cflags to ffmpeg at compile time

Building F Fmpeg with Custom C Flags in Nix A Comprehensive Guide Building software with custom configurations can be challenging especially when dealing with c

2 min read 07-10-2024 39
Nix package: Pass build flag --extra-cflags to ffmpeg at compile time
Nix package: Pass build flag --extra-cflags to ffmpeg at compile time

debugging configuration of dap in nvim for typescipt projects

Debugging Type Script Projects in Neovim with DAP A Comprehensive Guide Debugging your code is an essential part of the development process especially when work

3 min read 05-10-2024 35
debugging configuration of dap in nvim for typescipt projects
debugging configuration of dap in nvim for typescipt projects

Missing libQt5Xml from NixOS's qt5.qtbase?

Missing lib Qt5 Xml from Nix OSs qt5 qtbase A Common Issue and How to Fix It Many Nix OS users encounter a frustrating issue when working with Qt5 applications

2 min read 02-10-2024 29
Missing libQt5Xml from NixOS's qt5.qtbase?
Missing libQt5Xml from NixOS's qt5.qtbase?

Why does this javascript import fail in a nix build but succeed in a nix devshell?

Java Script Imports The Nix Build vs Nix Dev Shell Mystery You ve probably experienced this your Java Script import works flawlessly in your Nix development she

2 min read 02-10-2024 33
Why does this javascript import fail in a nix build but succeed in a nix devshell?
Why does this javascript import fail in a nix build but succeed in a nix devshell?

mkShell is not a function

mk Shell is not a function Unraveling the Mystery You re trying to use the mk Shell function in your Node js project but you re encountering the frustrating err

2 min read 01-10-2024 31
mkShell is not a function
mkShell is not a function