nixpkgs
Here are 238 public repositories matching this topic...
-
Updated
Oct 20, 2021 - Python
-
Updated
Oct 19, 2021 - Python
-
Updated
Oct 15, 2021 - Python
-
Updated
Nov 25, 2020
-
Updated
Sep 13, 2021 - Rust
-
Updated
Oct 20, 2021 - Nix
-
Updated
Sep 21, 2021 - Vim script
-
Updated
Oct 19, 2021 - Emacs Lisp
-
Updated
Oct 13, 2021 - Nix
Add some docs
Once bazelbuild/bazel@c42a457 hits a current release. Though we have to test whether this is backward-compatible with older bazel versions we’d like to support.
Plus there might be need for skydoc support.
-
Updated
Apr 26, 2021 - Haskell
-
Updated
Sep 6, 2020 - Go
-
Updated
Sep 27, 2021 - Nix
-
Updated
Aug 26, 2021 - Go
-
Updated
Jun 6, 2021 - Nix
It would be convenient if we could ship some bash, zsh, and fish shell completions for the cargo2nix code generation tool. We could maintain these shell completions ourselves, or ideally, we could switch to clap and/or structopt for argument parsing and generate these completions at build-time with a build.rs.
Improve this page
Add a description, image, and links to the nixpkgs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nixpkgs topic, visit your repo's landing page and select "manage topics."
Issue description
I think it would be very useful to have an option to set aliases independent of a specific shell, similar to how
environment.shellAliasesin nixos works for all shells (bash, zsh, fish), so modules can set aliases without having to know if they should useprograms.bash.shellAliases,programs.zsh.shellAliases, orprograms.fish.shellAliases.Not sure where to best