moby: rename firmware.nix -> bootloader.nix

This commit is contained in:
Colin 2023-07-25 10:52:58 +00:00
parent 11a7370a76
commit 2df59f7c7d
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
imports = [ imports = [
./firmware.nix ./bootloader.nix
./fs.nix ./fs.nix
./kernel.nix ./kernel.nix
./polyfill.nix ./polyfill.nix