-
Hi, I'm new to Nix, and I find the determinate Nix installer somewhat awkward to deal with within a container. I always use the following to install for a single user, but I'm unsure if it's the best …
-
Would it be at all possible to do this so we can run without `--impure` when using flakes? I'd be happy to manually set a `DEVENV_ROOT` variable in my direnv config if I had to!
-
**Describe the bug**
The Getting Started [guide](https://devenv.sh/guides/using-with-flakes/) for working with flakes says to run,
```bash
$ nix flake init --template github:cachix/devenv
```
…
-
I tried to install this package in `nixos/nix` container, error occurs.
I'm trying to use nixpkgs-update as suggested on https://github.com/NixOS/nixpkgs/pull/302297#issuecomment-2041437193.
```…
-
https://docs.cachix.org/pushing#flakes
-
Really just a minor issue regarding installation time.
The README suggests a "less than 1 minute" installation, while:
on a fresh Arch Linux install (installed on a spare SSD just for the purpose …
-
Hi! For context I'm using devenv with flakes, here's an MRE of my situation:
```nix
{
description = "Basic MRE";
inputs = {
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
sy…
-
```
while evaluating 'isStorePath' at /nix/store/2l1q3r2h5pb7n34c5v19cwk9bqnqlhdz-source/lib/strings.nix:602:17, called from /nix/store/2l1q3r2h5pb7n34c5v19cwk9bqnqlhdz-source/lib/types.nix:233:36:
…
-
See https://github.com/ErnWong/dotfiles/runs/4413791045?check_suite_focus=true
```
...
copying path '/nix/store/g2zf4qgjr0g508cwyn1a3dwqd1g113rj-aws-sdk-cpp-1.8.130' from 'https://cache.nixos.org…
-
**Is your feature request related to a problem you're trying to solve? Please describe.**
It happens that we include packages / attributes that have no binary cache and it takes rather long for eve…