Malik

Results 35 comments of Malik

Still have the same problem and no solution since switching to Arch Linux and upgrading Emacs to version 30.0.50.

purescript-tools should use upstream nixpkgs purescript as this one does build on `aarch64-darwin`

A new testing framework called hyprtest?? When can I replace Gtests with it in my projects?

> It's not "truly" declarative, but you could write a systemd service to create a user: > > ``` > { config, pkgs, ... }: { > systemd.services.configure-hydra-user = {...

When disbaling orgmode treesitter ``` nix notes.orgmode = { enable = true; treesitter.enable = false; }; ``` The following error arrives: ``` Installing tree-sitter grammar... Fehler beim Ausführen von "/nix/store/7fkksqxnv3yzi9vbgvc9r5rnyddlxyjs-neovim-pack-dir/init.lua":...

So CI is currently failing because of `Waiting for Building activation package` https://github.com/nix-community/nix-on-droid/actions/runs/12915672764/job/36018274935?pr=432 What is the propable cause?

Oh inputs aren't really unused

> I found setting line 14 on `flake.nix` to: > > ``` > inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; > ``` > > fixed this. I'm not sure why it's dependent on the...