-
.NET 7 went EOL on 14th May 2024[^1]. Similar to #202572, which dealt with the deprecation of .NET Core 3.1, we should make an effort to update or patch packages whick rely on .NET 7.
## Packages
- …
-
Hi, learning nix etc using nix.dev and ran into this issue when executing
`nix-shell -p niv --run "niv init --nixpkgs nixos/nixpkgs --nixpkgs-branch nixos-23.11"`
```
Initializing
Creating n…
-
I have this in my configuration.nix:
```
services.mullvad-vpn.enable = true;
```
Somehow, the `mullvad` cli provided in PATH is the 2023.5 one and not the 2024.3 one, so there is a grpc interfa…
-
### Describe the bug
It is possible to deploy an AWS EC2 Instance with a private IPv4 address (for example: `10.0.0.5`). When we try to update the stack however, and the instance needs to be replaced…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue …
-
I know that it's not advisable, but given that:
- my config is public (so I can't put keys there)
- I use flake ( so the key files have to be in the repo)
- I only update nix stuff in trusted net…
-
I have a configuration based on `nixos-anywhere-examples` [here](https://github.com/Sirius902/nixos-anywhere-examples/tree/zfs) with the only things I've changed being:
* Changed root filesystem to Z…
-
**Describe the bug**
Currently there is no way to get GO 1.23 to work.
**To reproduce**
Use the following devenv yaml / nix:
```yaml
# devenv.yaml
inputs:
nixpkgs:
url: github:cachix/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue description
I was using home-manager on macos mojave just fine. Since updating to the newest relea…
-
I feel like I must be missing something - how do you use this project with NixOS? The docs all seem to have a baseline assumption that R is installed, and can install rix. My understanding is that you…