-
On the beginning of Project3, the command for building morte throws an error:
```
$ nix-build '' --attr haskellPackages.morte --show-trace
error: while evaluating the attribute 'handled' at /nix/…
-
**Describe the bug**
Trying to enable both kubernetes and podman, or trying to swithch kubernetes from `containerd` to `cri-o` will fail to build
**To Reproduce**
Steps to reproduce the behavior:…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
Yes
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at …
-
### 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 descript…
-
I got hit by the problem which is reported on https://gitlab.haskell.org/ghc/ghc/issues/16620 and failed to bootstrap.
When cloning this repository and running the following command:
```console…
-
I found that using NUR as nix channel is a much better alternative to fetching an unpinned version master. It provides greater controller over when the repo is updated and it's very easy to rollback i…
-
XF86AudioMute is not working with swayosd-client --output-volume mute-toggle does not work. To test it, I bound the sane key using wpctl, and it worked. However the mute button (the only button) does …
-
### Describe the bug
```nix
# python-with-fno-plt.nix
{
pkgs ?
import (builtins.fetchTarball {
name = "nixos-unstable";
url = https://github.com/NixOS/nixpkgs/archive/nixos-unstable…
-
This issue tracks Nix support in Summoner. Nix seems to be widespread in the Haskell community, and some people can benefit from having Nix with established best-practices in scaffolded projects. This…
-
This is my `attic` NixOS config:
```nix
port: { config, inputs, ... }:
let
portStr = toString port;
in
{
imports = [
inputs.attic.nixosModules.atticd
];
config = {
service…