DavHau

Results 129 issues of DavHau

building with format `raw` while trying to override the image size: ```nix system.build.raw.diskSize = mkForce 4096; ``` Doesn't have any effect on the disk size.

Error: builder for '/nix/store/aixbwq9xqwy5b52dmfxj2983b8lvyqa8-ext4-fs.img.zst.drv' failed with exit code 1; last 10 log lines: ERROR: ld.so: object '/nix/store/mpcfc780k9wr50dgvvlq0krnq68c2waz-libfaketime-0.9.8/lib/libfaketime.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Not sure...

Often my use case is to generate something that is a mixture of different formats available in this project. One example: I currently want to create a usb stick with...

nixos-channel: 20.03 ```bash $ nixos-generate -f sd-aarch64 --system aarch64-linux error: The option `sdImage.populateBootCommands' defined in `/nix/store/254w3dn239iv71yc3xyf6dvvl6vb09gm-nixos-generators-1.0.0/share/nixos-generator/formats/sd-aarch64.nix' does not exist. (use '--show-trace' to show detailed location information) ```

Often nix-locate doesn't show the package from which a file actually originates from. For example `libGL.so` originally comes from `libGL`. But the package `libGL` is not listed in the result....

## Input ```nix { attrs = {}; lists = []; } ``` ## Output ```nix { attrs = { }; lists = [ ]; } ``` ## Desired output see...

bug
formatting

**Describe the bug** the following source: ```nix let nix = if !buildNix then null else buildRacketNix; in { } ``` ... is formatted to ```nix let nix = if !buildNix...

bug
formatting

**Describe the bug** executing nixpkgs-fmt on this: ```nix { pkgs ? import {}, lib ? pkgs.lib, externalSources ? # if called via CLI, load externals via env if builtins ?...

bug
needs triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Priority 2

**Describe the bug** When I load a flake in `nix repl` via `:lf`, nix throws the error: `cannot write modified lock file`. **Steps To Reproduce** ``` > nix shell nix...

bug