Our great sponsors
-
nixos-offline-installer
Create USB sticks that perform a full offline installation of any NixOS configuration.
I tried building an offline installer with https://github.com/tfc/nixos-offline-installer and managed to make it work by some tiny modification. However, when I tried switching over to flake, it seems that flake evaluation requires network for its input and will exit with error when I disable the network. I only managed to copy every dependencies (perhaps related to https://github.com/NixOS/nix/issues/4250) and hardcode the hardware configurations which is not nice. I wonder if anyone else tried this and have any suggestion. My current prototype is this: https://github.com/pca006132/dotfiles/blob/master/installer-configuration.nix
-
I tried building an offline installer with https://github.com/tfc/nixos-offline-installer and managed to make it work by some tiny modification. However, when I tried switching over to flake, it seems that flake evaluation requires network for its input and will exit with error when I disable the network. I only managed to copy every dependencies (perhaps related to https://github.com/NixOS/nix/issues/4250) and hardcode the hardware configurations which is not nice. I wonder if anyone else tried this and have any suggestion. My current prototype is this: https://github.com/pca006132/dotfiles/blob/master/installer-configuration.nix
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I tried building an offline installer with https://github.com/tfc/nixos-offline-installer and managed to make it work by some tiny modification. However, when I tried switching over to flake, it seems that flake evaluation requires network for its input and will exit with error when I disable the network. I only managed to copy every dependencies (perhaps related to https://github.com/NixOS/nix/issues/4250) and hardcode the hardware configurations which is not nice. I wonder if anyone else tried this and have any suggestion. My current prototype is this: https://github.com/pca006132/dotfiles/blob/master/installer-configuration.nix
-
this works for me