The Wayback Machine - https://web.archive.org/web/20210829103138/https://github.com/topics/nix
Skip to content
#

nix

Here are 1,178 public repositories matching this topic...

Sohalt
Sohalt commented Feb 17, 2021

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.shellAliases in nixos works for all shells (bash, zsh, fish), so modules can set aliases without having to know if they should use programs.bash.shellAliases, programs.zsh.shellAliases, or programs.fish.shellAliases.

Not sure where to best

ihp
deckdeckgo
rfuehrer
rfuehrer commented Jun 28, 2021

Affected part of DeckDeckGo

  • Web Components

Feature Description

Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom (or rotation-ancohr-position) offers more flexibility in other usage scenarios.

Or is that already possible today through existing CSS properties?

Use Case

I use drr for a project w

deliciouslytyped
deliciouslytyped commented Apr 15, 2021

It would be convenient if niv add could take automatically recognize some defined url so I could just paste the repo path instead of writing github -u user -r repo -n repo.

Maybe there could be a config file that contains regexes with captures or something, though personally I'm fine with just predefined things for gitlab and github, which would probably cover 99% of cases.

yannham
yannham commented Aug 26, 2021

Describe the bug
If one enforces a contract written as a type where some type variable is unbound, the interpreter panics when it tries to elaborate this contract as a concrete term.

To Reproduce

nickel> 1 | a
thread 'main' panicked at 'Unbound type variable Ident("a")', src/types.rs:202:40

Expected behavior
Two alternatives:

  1. Unbound type variables should be

Improve this page

Add a description, image, and links to the nix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nix topic, visit your repo's landing page and select "manage topics."

Learn more