dotfiles
dotfiles copied to clipboard
Dotfiles, a monorepo, who is to know!!
something like perhaps https://stuff.samueldr.com/nix/nixpkgs-manual/
In https://github.com/NixOS/nix/pull/9242, the format of nix path-info was changed to be an object instead of an array. This breaks nix-closure-graph.
this is hard in python for no reason :(
```rust println!("{}", prompt_for(name.as_str(), prop_def)); // ^^^ cia here should grab the println arg but instead grabs name.as_str() print!("> "); ``` investigate with https://github.com/nvim-treesitter/playground, but that requires config. todo do that...