-
**Describe the bug**
I can't figure out the equivalent for many `nix-instantiate` commands. Another bug #???? describes how `nix eval` and `nix eval --{raw|json}` behave differently. And the latter…
-
**Describe the bug**
Segmentation fault when building ISO image with nixFlakes from release-20.09
**Steps To Reproduce**
To reproduce (on nixpkgs release-20.09):
```
nix-instantiate -A iso_…
-
**Describe the bug**
nix (with flakes enabled, and with the system config in a flake), it doesn't handle output from build processes which call `ninja` properly, as it doesn't show the process of t…
fogti updated
10 months ago
-
First of all, thanks for making this program..
I couldn't get it run though, i am looking forward to trying it out..
> i was looking for this for long time and i also unsuccessfully tried build my …
-
We are currently trying to package https://github.com/iNPUTmice/Conversations
We have difficulties using gradle2nix.
It would be great to get some help.
reproduce:
```bash
nix-shell -p nixFla…
-
**Is your feature request related to a problem? Please describe.**
@fsagbuya and I, and possibly others too, would like to deploy Linien's server in a declarative manner - for example on boards oth…
-
Looks like nixFlakes does not show a warning anymore when it's copying a large (>256MB) directory to the store. I thought the executable had frozen.
-
**Describe the bug**
With this minimal `flake.nix`:
```
{
description = "test";
inputs = {
nixpkgs = { url = "github:nixos/nixpkgs/nixos-unstable"; };
};
outputs = inputs: let
…
-
With the latest nixos-unstable nixFlakes package, flakes won't work in hydra due to `nix flake info` being removed.
The evaluation error says:
```
'nix flake info' returned exit code 1:
warni…
-
I want to work with flakes, and
```
$ nix --version
nix (Nix) 2.3.15
```
does not understand the `experimental-features = nix-command flakes` flag.
Therefore, following numerous tutorials on …