Skip to content

Floki89/nixos

Repository files navigation

my nixos config

I'm very new to nix and nixos, so this repo is very wip.

install by

git clone https://github.com/Floki89/nixos.git
sudo nixos-rebuild switch --flake .

krops

  • make sure /var/src/.populate exists.
nix-build ./krops.nix -A all && ./result

patch individual executables

  • get requirements
nix-shell -p file patchelf
  • get current interpreter
file $(which file)
  • patch
sudo patchelf --set-interpreter [interpreter] [executable]

setup pre-commit hook

nix-shell -p pre-commit --run "pre-commit install"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages