-
How do I launch a program as a daemon of sorts? I want wlsunset to launch (probably with customizable arguments) automatically on startup. Home manager would be nice just for this, especially since th…
-
Just documenting all the workarounds i've applied under NixOS, as discussed on Discord.
DiskProvision - requires Click (ignored shell script):
```sh
nix-shell -p python3Packages.click
python3 sr…
-
Migrate from nix shell to Nix flake. Review what Docker is used for and if it's required.
AC:
- Create Nix flake that provides Holochain's Rust toolchain
- Remove existing nix-shell items
Start made…
-
We're currently using gcc-13, but as @mkannwischer noticed in #224, there is a meaningful performance impact from moving to gcc-14. Moreover, there even appears to be differences even between gcc-14 i…
-
```console
$ nix shell nixpkgs#archivebox
error:
… while evaluating the attribute 'drvPath'
at /nix/store/c05d1sqfhkl93p3j5ykic68mgg1gsrvb-source/lib/customisation.nix:365:7:
…
-
**Description**
I created an [overlay](https://github.com/Lumesque/pygame-ce-overlay) for pygame-ce for support on Nix for putting it into python projects either on __nixos__ or on the default syst…
-
Hi,
Is there a way to add extraPkgs while using flakes? I'm trying to overrideAttrs, but that's not working with `buildFHSUserEnv`:
```nix
{
inputs.nix-environments.url = "github:nix-community…
-
It's currently hard-coded:
https://github.com/e-tho/ucodenix/blob/718ff785d5c12cb2ec136b13d423b2e808ffeddc/flake.nix#L15-L20
Would be nice to allow me to bump it myself via `follows`.
-
I would like to provide the `targetHost` value through an env var using `builtins.getEnv "IP"` but it isn't working, the string is empty. Tough, it's working througth `colmena repl`. I'm using a flake…
-
This is the error I get when trying to run `nix flake update` in [my system configuration](https://git.sr.ht/~sntx/hive).
```
[7.0 MiB DL] fetching Git repository 'https://github.com/Open-Wine-Com…