-
### Describe the bug
Being new to both Nix and Hyprland, this might be the wrong assumption. But I'm trying to add the repo and overlay a package, but running `$ nix flake show github:ndom91/rose-pin…
-
I would like to use the same exact `rustc` and pass it to [crate2nix](https://github.com/nix-community/crate2nix).
I ran `nix flake init --template github:cachix/devenv#flake-parts` and then added …
-
Hello I am trying to use nixos flakes to install ROS1 noetic for a universal robotics driver. I am a pretty new to this and have been getting an issue when I am trying to install noetic.ros-core that …
-
Currently, `npins/default.nix` is generated by npins for projects using it. I wonder if it would be possible to fetch npins itself as a library from `npins/sources.json` in `default.nix` with a small …
-
https://github.com/krad246/nix-systems/blob/00f543b7f52cf16c5d9897b60a886f30c351a36d/build/flake-module.nix#L60
Note how `apps` is now a self-contained 'trampoline' to strictly derivations.
-
### Specification
We discussed previously that in the case of `flake.nix` there can be many kinds of "outputs"/exports.
This includes not just packages, but also `nixosModules` and `homeModules`…
-
This is an unintended, but known issue caused by a change to nix-config/vars that introduces values pulled in from the nix-secrets repo via 'inputs.nix-secrets'. `nix-config/nixos-installer/flake.nix`…
-
After reading [this](https://input-output-hk.github.io/haskell.nix/troubleshooting.html#how-do-i-prevent-the-evaluation-time-dependencies-of-my-project-from-being-garbage-collected), [this](https://gi…
-
```
praveen@praveen:/mnt/c/learn/k8s/devops-directive-kubernetes-course$ devbox shell
Info: Ensuring packages are installed.
✓ Computed the Devbox environment.
Error: nix: command error: nix --ext…
-
**Describe the bug**
In flakes, the `packages` output should contain things that a user might want to install or run. It shouldn't contain arbitrary derivations that are not of interest to the user…