-
In 2.23 the SGX build env Dockerfile was referencing:
* GCC 8.5.0
* Binutils 2.38
* NASM 2.15.05
* GLibC 2.34
* Linux 5.17
In 2.24 the SGX build env Dockerfile shows changes for GCC, NAS…
-
**Describe the bug**
Currently, this project fails to build due to an outdated `vendorHash` due to dependency updates.
**To Reproduce**
Steps to reproduce the behavior:
1. Run`nix build`
2. See…
-
Goal: make Nix more approachable for existing Linux users
Non-goal: make Nix user-friendly
Idea: Provide a UX for creating "profile" and "user" `.nix` files that can be aggregated into "machine"…
epage updated
3 years ago
-
## Error
```
Error:
0: Planner error
1: Error executing action
2: Action `encrypt_apfs_volume` errored
3: The keychain lacks a password for the already existing "Nix Store" volume o…
-
### Describe the bug
Discovered in https://github.com/NixOS/nixpkgs/pull/343709
it seems that the new switch-to-configuration-ng will try to stop mount units that are not defined by NixOS. This is…
-
I've just updated my Macbook to OSX 15.0 (Sequoia) - and now `nix run ./#build-switch` is failing with the following error:
```
❯ nix run ./#build-switch
warning: Git tree '/Users/bytedance/nixos…
-
```
❯ nix-update edopro --version 40.1.4
$ nix eval --json --impure --expr
let
pkgs = import "/home/redhawk/code/nixpkgs";
args = builtins.functionArgs pkgs;
inputs = (if args ? syst…
-
![image](https://github.com/DeterminateSystems/nix-installer/assets/34504765/f7fafc17-f40d-473a-8b1e-e7de3a70b2af)
Every time I update nix and gc, this is what happens. Nix becomes completely unusa…
-
Reproducible with
```nix
programs.nixneovim = {
enable = true;
plugins.nvim-cmp.enable = true
};
```
```console
fetching git input 'git+file:///home/me/code/mainrs/nixos'
warning…
-
### What happened + What you expected to happen
When using the ray python package via Nix (using dream2nix), where the package is located on an immutable file system (`/nix/store`), the dashboard cra…