Skip to content

LovingMelody/nix-config

Repository files navigation

Melody's NixOS Flake

Nix Flakes Ready

This flake is meant to unify my system configs. Code isn't designed for re-use but please feel free to make changes to enable this

Profiling TIPS

There isnt much for profiling on nix but I have found the environment variables NIX_COUNT_CALLS & NIX_SHOW_STATS. Set both to 1 and it outputs a large JSON file with all the paths and whats being called frequently

Nixpkgs checkout tip

mkdir nixpkgs
cd nixpkgs
git init
git remote add origin <url>
git fetch --depth 1 origin <sha1>
git checkout FETCH_HEAD

About

My personal NixOS config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages