nix
Here are 1,178 public repositories matching this topic...
-
Updated
Aug 28, 2021 - C++
Upon upgrading from 0.9.0 to 0.10.0 I get an error on this:
Log.debug "Some log message"
The error:
• Could not deduce (IsString string0)
arising from the literal '"Some log message"'
...
The type variable 'string0' is ambiguous
These potential instances exist:
instance IsString Value
-- Defined in 'aeson-1.5.4.1:Data.Aeson.Ty
-
Updated
Jul 18, 2021 - Haskell
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
-
Updated
Aug 25, 2021 - Go
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.
-
Updated
Apr 19, 2019 - Racket
-
Updated
Aug 27, 2021 - Nix
-
Updated
Aug 27, 2021 - Rust
-
Updated
Aug 2, 2021
See #347
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:
- Unbound type variables should be
-
Updated
Aug 26, 2021 - Python
-
Updated
Apr 28, 2021 - C
-
Updated
Aug 17, 2021 - Nix
Otherwise one might get an error like:
cachix push /nix/store/7i1kqf6x52l1fhqqdmqgggjr0zigggik-cachix-0.1.3/bin/cachix
NoInput "You need to specify store paths either as stdin or as a cli argument"
-
Updated
Aug 20, 2021 - Python
-
Updated
Jul 31, 2021 - Nix
-
Updated
Oct 16, 2020 - Nix
-
Updated
Aug 26, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the nix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nix 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