Replies: 20 comments 2 replies
-
I didn't, but now I'm using it as of 4a20747 Thanks! |
Beta Was this translation helpful? Give feedback.
-
😄 Also maybe check nix-build-uncached, I'm using it as: Maybe that will help you forgive me for stealing your config. 😆 Mine is at https://github.com/bbigras/nix-config. |
Beta Was this translation helpful? Give feedback.
-
Nothing to forgive! I was really happy to see someone else making use of my work! Super cool :) |
Beta Was this translation helpful? Give feedback.
-
Done in 5c2c218 Now using |
Beta Was this translation helpful? Give feedback.
-
About TLDR: since |
Beta Was this translation helpful? Give feedback.
-
Aha! that explains some weirdness I think I've been seeing! |
Beta Was this translation helpful? Give feedback.
-
yeah, I have been wondering for a while why my CI builds took so long. I was even considering pushing to s3 instead. What made me realize there was a problem is that I saw that the nix template repo started to also build everything when updating niv (see https://github.com/nix-dot-dev/getting-started-nix-template/blob/master/.github/workflows/update-niv.yml). I thought it was a great idea since even if I got the email in the morning about 'niv update' I still had to wait hours for it to build while being awake. With the change, merging the PR should results in a pretty quick build. But it wasn't. It took hours too. On an unrelated note, I saw that you seem to have a lot of audio stuff in your config, so I was wondering if you saw that pipewire PR: NixOS/nixpkgs#93725 |
Beta Was this translation helpful? Give feedback.
-
One more thing, it seems |
Beta Was this translation helpful? Give feedback.
-
Looks like that has been deployed on cachix! I cleaned up the I added some cool stuff with Regarding |
Beta Was this translation helpful? Give feedback.
-
Yep, it seems fine now 😄
Yep I stole that from your config about 7 hours ago. I checked your config today to see if you were still using I knew about
I don't know much about pipewire to be honest. I first heard about it since it seems useful for WebRTC screen sharing on Wayland. The website mentions "Capture and playback of audio and video with minimal latency." and "Real-time Multimedia processing on audio and video." so I thought maybe you could be interested. It's also often advertised as pulseaudio's successor. And it's new (appeal to novelty fallacy 😆) |
Beta Was this translation helpful? Give feedback.
-
Nice! You may also be interested in the changes I made to the menu applications in e1541ca. I think it's a bit less weird now.
Oh, that does seem interesting! I'll be looking forward to seeing it land in On a separate note, my last config ambition is to get ready-to-go system images. I'd like to if (when) I get a laptop to replace |
Beta Was this translation helpful? Give feedback.
-
I think that pipewire is already in See: NixOS/nixpkgs#84233 I'll reply to the rest later. 😄 |
Beta Was this translation helpful? Give feedback.
-
Since you use Maybe it could be nice for disaster recovery too. On my Laptop I need to make a custom ISO with the broadcom driver for the Wi-Fi to work. I'm wondering if it would be a good idea to have a I wonder if it would be worth it, it's not like the internet is often down and hardware failure is pretty rare that I don't think I would get into trouble at work if it took an hour or 2 to set up my machine. EDIT: I wonder how your image thing works with disk encryption. |
Beta Was this translation helpful? Give feedback.
-
Btw, unstable now has swappy "A Wayland native snapshot editing tool, inspired by Snappy on macOS", it's pretty basic but I use those annotation tools, like flameshot when not using wayland, a lot. |
Beta Was this translation helpful? Give feedback.
-
Yeah, dealing with encryption is a challenge. Really one of the main issues has to do with partitioning, which I'm not sure how to solve yet. |
Beta Was this translation helpful? Give feedback.
-
That's really cool! It needs a gtk wrapper though, right now clicking the colorchooser causes it to segfault :D |
Beta Was this translation helpful? Give feedback.
-
Just a heads-up about https://serokell.io/blog/deploy-rs. It's like nixus but it works with flakes. I started playing with it at https://github.com/bbigras/nix-config/tree/flakes. Right now nix-build-uncached doesn't seem to work in my case and I can't figure out yet how to conditionally include my secrets as a submodules. I think files need to be in the git index to work with flakes. |
Beta Was this translation helpful? Give feedback.
-
@bbigras Hope you don't mind, I converted this to a discussion. Have you been using deploy-rs + flakes now? How is it going? |
Beta Was this translation helpful? Give feedback.
-
I think I just have to run the command again and it's usually fine. It could suck when using Github actions.
The first one is when I merged it. It makes no sense that the merge build took more time.
Using a fresh firefox profile seemed to help. In the paper-wm case, I get some warning messages since a recent update. Maybe it has some problems. I'm often doing a lot of stuff like building rust code at the same time so maybe it's not really a problem. |
Beta Was this translation helpful? Give feedback.
-
Another thing is that it seems to download/copy a lot of GB, but I didn't see how much it was downloading before using flakes. It did take a while to deploy with nixus so maybe it was doing as much then. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/cachix/install-nix-action#options-with-
Beta Was this translation helpful? Give feedback.
All reactions