Skip to content

Commit

Permalink
Auto lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
redyf authored and github-actions[bot] committed Jul 7, 2024
1 parent 7d92a08 commit aa43bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/selene/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
boot.initrd.availableKernelModules = ["usb_storage"];
boot.initrd.kernelModules = [];
boot.kernelModules = [];
boot.kernelPackages = (import (builtins.fetchTarball https://gitlab.com/vriska/nix-rpi5/-/archive/main.tar.gz)).legacyPackages.aarch64-linux.linuxPackages_rpi5;
boot.kernelPackages = (import (builtins.fetchTarball "https://gitlab.com/vriska/nix-rpi5/-/archive/main.tar.gz")).legacyPackages.aarch64-linux.linuxPackages_rpi5;
boot.extraModulePackages = [];

fileSystems."/" = {
Expand Down

0 comments on commit aa43bb0

Please sign in to comment.