From 9f8a7772947703c4f5449495b3f10d13fd785d59 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Thu, 13 Feb 2025 14:01:00 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f67f871..8fe8cba 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,13 @@ My nix dotfiles. Will not guarrante it to work as it is always a work in progres nix --extra-experimental-features "nix-command flakes" build ".#nixosConfigurations.galadriel.config.system.build.toplevel" nixos-rebuild switch --update-input nixpkgs --update-input unstable --no-write-lock-file --refresh --flake git+https://github.com/adrlau/nix-dotfiles.git --upgrade + + +show flake attrs +```nix flake show .#``` + + +why depends: +```nix why-depends /run/current-system /nix/store/...``` +```nix why-depends .#``` +```nix why-depends .#nixosConfigurations.galadriel nixpkgs#python312Packages.botorch```