mayl
mayl
Actually, my workaround doesn't seem to work. `gcov` and `gcc` are available, but don't seem to work (`meson` says "`gcc` can't compile programs"). Appreciate any thoughts on how to get...
I can't share my actual project, but I put together a [minimal repo](https://github.com/mayl/gcovDemo) that mirrors what I'm doing in a simplified case that you can try. `nix-shell --pure` uses `devshell`....
Hey @zimbatm, sorry for the delay on my end for this. Including `glibc` along with `gcc-unwrapped` seems to work for my simple project which includes `Cpputest`. I'll look to add...
@DavHau is this still relevant after your recent modules addition?
You should follow @DavHau's work on #256. When that merges, that will allow a better solution to this use case by using the `formatConfigs` options.
You mention this used to be 22.11. Is your system's `nix-channel` still on `22.11`? I assume when running it the way you show the default would be up pull `nixpkgs`...
Channels basically aren't declarative, I personally don't know of any way to manage them declaratively. If you want to change your vm configuration to use a specific `nixpkgs` I would...
Eh, sure... But when I go into a folder somewhere on my system and `nix-build` an expression that uses `` (i.e. import nixpkgs from a channel vs a flake input...
So that sounds like it would be awesome, and probably would supersede #185 for my use cases. How close did #241 get to actually being able to do what you...
I don't use proxmox or lxc so I can't comment on any of that specifically. Broadly, `nixos` configurations as part of being declarative and reproducible, need to be complete. The...