Artturin

Results 152 comments of Artturin

the correct solution would be to use fakeroot like nohang does https://github.com/hakavlad/nohang/blob/master/deb/build.sh

Try setting the wifi country ```nix networking = { localCommands = '' ${pkgs.iw}/bin/iw reg set SI ''; }; ``` Non-nixos https://wiki.archlinux.org/title/Network_configuration/Wireless#Respecting_the_regulatory_domain

something easy to parse with a program such as awk ``` $ awk '{print $1}' 123 libX11.so.6 libXinerama.so.1 libpulse-simple.so.0 $ awk '{print $2}' 123 xlibs.libX11.out xlibs.libXinerama.out pulseaudioFull.out $ awk '{print...

lets leave it stripped because the index may not be at the same revision as your system and so the path will be out of date if the path to...

this was fixed in https://github.com/chmln/handlr/pull/48 however there hasn't been a release since

+1 i wanted to decompress a zstd initrd but couldn't since it has no extension ``` file -z $(chase ./result/system/initrd) /nix/store/gipn2hp41a70bdrzbkcy4dgqxp789z03-initrd-linux-5.10.81/initrd: ASCII cpio archive (SVR4 with no CRC) (Zstandard compressed...

> @Artturin can you try with master branch? It should infer the extension rev 308b8f7e906c57d8da334ae6395aa15ecbdfb2d8 ``` ./result/bin/ouch decompress $(chase /run/current-system/initrd) [ERROR] Cannot decompress files without extensions - Files without supported...

should they use this style https://github.com/nix-community/nixpkgs-wayland/blob/master/pkgs/waybar/default.nix or https://github.com/nix-community/nixpkgs-wayland/blob/master/pkgs/imv/default.nix the former is newer so i assume that could you explain what this does? ``` ignore = [ "waybar" ]; args =...

i created the swayr package for nixpkgs. feel free to create PRs and ping me, i'll merge them