Tested compilation of all packages that depend on this change usingnix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also seenixpkgs-review usage Tested basic
If boot fails for some reason, you will not get a recovery shell unless the root user is enabled, which you can do by setting a password for them (users.users.root.password = "something";, possiblyusers.mutableUsers = true;so you can interactively change the passwords after boot) ...
nix-shell -p git gitclonehttps://ghproxy.com/https://github.com/Ruixi-rebirth/flakes.git /mnt/etc/nixos/Flakescd/mnt/etc/nixos/Flakes/ nix develop --extra-experimental-features nix-command --extra-experimental-features flakes 将/mnt/etc/nixos 中的hardware-configuration.nix拷贝到 /mnt/etc...
Runnix-shell -p vimto get vim or any other editor to edit the disko.nix file, replace the "device" to your device name. Run disko to destroy,format,mount the device as the command below. nix --experimental-features "nix-command flakes" run github:nix-community/disko -- \ -m destroy...
sudo nano /etc/nixos/configuration.nixand addnix.settings.experimental-features = [ "nix-command" "flakes" ]; sudo nixos-rebuild switch nix-shell -p git gnumake git clone https://github.com/javdl/nixos-config.git cp /etc/nixos/configuration.nix ~/nixos-config/hosts/HOSTNAME.nixandcp...
Original file line numberDiff line numberDiff line change @@ -1,19 +1,24 @@ # shellcheck shell=bash # Remove overall test dir (at most one of the two should match) and # remove file extension. # shellcheck disable=SC2154 test_name=$(echo -n "$test" | sed \ -e "s|^tests/unit...
(s) not found for architecture arm64 > clang-15: error: linker command failed with exit code 1 (use -v to see invocation) > [1105/1354] Building CXX object stdlib/public/RemoteInspection/CMakeFiles/swiftRemoteInspection-macosx-arm64.dir/TypeLowering.cpp.o > clang-15-unwrapped: warning: ...
Describe the bug zenity fails with an error and doesn't display its GUI. The error is: Gdk-Message: 17:02:38.640: Error 71 (Protocol error) dispatching to Wayland display. Steps To Reproduce Steps to reproduce the behavior: nix shell nix...
nixos-rebuild using nixpkgs commit 36747427fcb4985f0f3b9227a2a05e923d99bc34 (last change on the Firefly III package before the update to v6.1.24) Verify that Firefly III starts properly (it will most likely show an error if HTTP header auth isn't set up properly, but the important part...
.mailmap maintainers: stepbrobd change email and fingerprint Dec 7, 2023 .version .version: Make lib/.version source of truth Feb 27, 2024 CONTRIBUTING.md contributing: add link to rebasing+squashing Apr 21, 2024 COPYING COPYING: 2023 -> 2024 Jan 30, 2024 README.md README: sync package...