kind of hate to talk about them because I only have two and might want a third!
- 4 Posts
- 20 Comments
i found a oneplus 6 on ebay, brand new in the box. Solid linux phone, about 100$.
Probably you’re putting the code in the wrong place.
Maybe try searching GitHub for example code, lots of people put their configs on there. Or if you post your whole config file someone can probably help
my configuration.nix has this line:
nixpkgs.config.allowUnfree = true;If you’re using an additional nixpkgs, (I have both 24.11 and unstable) there’s another syntax for that, depending on whether you use flakes. Anyway the above should work, flakes or not.
If not, post the error you’re getting.
pr06lefs@lemmy.mlto
Nix / NixOS@programming.dev•Nix flakes vaugely analogous to Docker Compose?English
4·1 year agoWith docker, the built product is containerized. With a flake, the end product goes into the nix store directory, and may be used in another package, or available to run, or be used in a service, or all the above.
Ha I never noticed the options search.
pr06lefs@lemmy.mlto
LibreWolf @lemmy.ml•Librewolf Caps Lock Treated Like Shift - Keyboard Shortcuts Not Working
1·2 years agoProbably RFP, I’m guessing. But I found that turning RFP off didn’t help.
pr06lefs@lemmy.mlOPto
LibreWolf @lemmy.ml•Why are ctrl+alt+<key> shortcuts blocked in librewolf (rfp)
3·2 years agoThx. Apparently there’s a bug with shortcuts right now, even without rfp enabled.
pr06lefs@lemmy.mlOPto
LibreWolf @lemmy.ml•Why are ctrl+alt+<key> shortcuts blocked in librewolf (rfp)
3·2 years agoIs there any reason you can’t change your keybinds to something other than CTRL+combo?
ctrl-alt-<key> is wide open. For the rest you have to check with different browsers, its a pain. And you end up with combos that aren’t very mnemonic. Technically I CAN change the combos to whatever, but I’d like to know WHY I have to do that.
It’s your hill to die on but I wouldn’t make my website usability dependent on a browser that is so rarely seen.
That’s exactly what I don’t want to do, make my website less usable for the sake of the rarely seen librewolf. Is that what you meant?
pr06lefs@lemmy.mlto
Nix / NixOS@programming.dev•Setting up for python development is incredibly frustratingEnglish
3·2 years agoFrom this page it seems you need libclang 13+, then you need to set the LLVM_INSTALL_DIR appropriately. There’s
llvmPackages_13.libclangin nixpkgs, and some later versions too.Unfortunately this will probably not fix your missing qt lib issues. Dumb thing to try there, only have full, not both full and qtbase.
pr06lefs@lemmy.mlto
Nix / NixOS@programming.dev•[solved] Nixos users which emoji app do you use?English
4·2 years agoI open signal and find emojis in there.
pr06lefs@lemmy.mlto
Nix / NixOS@programming.dev•Can We Nixify Lemmy's Dev Environment?English
0·2 years agoAre you just after a dev environment? Or are you looking to make lemmy a nix module, so you could make it a service on a nixos machine?
I made some flakes that might be a starting point for
nix develop.https://github.com/bburdette/lemmy/tree/flake.nix
https://github.com/bburdette/lemmy-ui/tree/flake.nix
Both repos require
git submodule initandgit submodule update.After
nix develop, I was able to build the rust with cargo build.The lemmy-ui one you have to
npm install pnpmso it makes a node_modules dir, then you can exit and reenternix developto get it to set the path. I used nodejs_20 but you might not need to. When I run it withpnpm dev, it complains about missing translation files. Some files got installed with a submodule, but maybe they’re in the wrong place? dunno, stopped there.Beyond that, I would try using their docker compose thing. Probably that will use the compiled typescript and/or rust code so you can work in a normal env and have those containers use your code. Haven’t tried it.
pr06lefs@lemmy.mltonixos@lemmy.ml•Is there an easy way of starting up services with just the nix package manager and not using NixOS?
0·2 years agodocker container with nixos inside??
pr06lefs@lemmy.mlto
Announcements@lemmy.ml•Lemmy.ml `v0.19` upgrade issues and downtime.English
2·2 years agoI’m using the Liftoff app, which is broked.
On the main page it says “Something went wrong” and has a Try Again button which leads back to the same failure.
On my user profile under settings it says:
Error: type 'Null' is not a subtype of type 'int' in type cast
pr06lefs@lemmy.mlOPtonixos@lemmy.ml•run a rust 'blinky' program on the raspberry pi pico (nixos)
1·2 years agosuper cool! does the build and everything. Mine’s just the dev environment for now. I’ll keep this project in mind especially if I end up wanting to switch to C for some reason.
Would really like a hands on course that takes you from basic nix expressions through devops.
I recently installed nixos on my pinephone. Still not my daily driver though. Pinephone is kind of underpowered, short battery life, potato quality camera. But it’s a fine phone shaped computer.


bro peep