We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix.package = pkgs.nixVersions.stable;
rustup # FIX: replaced with fenix
TODO: flake-parts (darwin support) TODO: able to run nix run github:williamhsieh/dotfiles switch without mentioning flake and home.nix and stuff passing addition arguments TODO: williamhsieh/dotfiles#neovim: https://github.com/zmre/pwnvim/blob/main/flake.nix https://github.com/wiltaylor/neovim-flake https://github.com/jordanisaacs/neovim-flake https://github.com/shanesveller/neovim-flake/blob/develop/pkgs/neovim.nix TODO: access flakes from home-manager module: nix-community/home-manager#1698 (comment) https://discourse.nixos.org/t/home-manager-standalone-module-or-flake/23920/3 NixOS/nix#6522 nix-community/home-manager#2848 NOTE: https://github.com/Misterio77/nix-starter-configs NOTE: https://github.com/Misterio77/nix-colors NOTE: "${self}/flake.nix" FIX: packages conflict with same priority: nix-community/home-manager#2995 NOTE: builtins.readFile ./ca-bundle.crt
nix run github:williamhsieh/dotfiles switch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nix.package = pkgs.nixVersions.stable;
rustup # FIX: replaced with fenix
TODO: flake-parts (darwin support)
TODO: able to run
nix run github:williamhsieh/dotfiles switch
without mentioning flake and home.nix and stuffpassing addition arguments
TODO: williamhsieh/dotfiles#neovim:
https://github.com/zmre/pwnvim/blob/main/flake.nix
https://github.com/wiltaylor/neovim-flake
https://github.com/jordanisaacs/neovim-flake
https://github.com/shanesveller/neovim-flake/blob/develop/pkgs/neovim.nix
TODO: access flakes from home-manager module: nix-community/home-manager#1698 (comment)
https://discourse.nixos.org/t/home-manager-standalone-module-or-flake/23920/3
NixOS/nix#6522
nix-community/home-manager#2848
NOTE: https://github.com/Misterio77/nix-starter-configs
NOTE: https://github.com/Misterio77/nix-colors
NOTE: "${self}/flake.nix"
FIX: packages conflict with same priority: nix-community/home-manager#2995
NOTE: builtins.readFile ./ca-bundle.crt
The text was updated successfully, but these errors were encountered: