SU
Size: a a a
SU
.
SU
SU
SU
N
SU
N
SU
This project is under development. I personally use it to manage several user configurations but it may fail catastrophically for you. So beware!
SU
SU
N
This project is under development. I personally use it to manage several user configurations but it may fail catastrophically for you. So beware!
SU
SU
{ pkgs, ... }:
{
boot.kernelPackages = let
linux_opi3_pkg = { fetchurl, buildLinux, modDirVersionArg ? null, ... } @ args:
buildLinux (args // rec {
version = "5.10-rc2";
modDirVersion = if (modDirVersionArg == null) then builtins.replaceStrings ["-"] [".0-"] version else modDirVersionArg;
src = pkgs.fetchFromGitHub {
owner = "megous";
repo = "linux";
rev = "8504203b708b17381ffdf0941656f4617ef2bc87";
sha256 = "1m5285l66sa689dx9n85gqwk2lv41h00mq3qycips8hkcgf8nccx";
};
kernelPatches = [];
defconfig = "orangepi_defconfig";
#extraConfig = ''
# INTEL_SGX y
#'';
extraMeta.branch = "orange-pi-5.10";
} // (args.argsOverride or {}));
linux_opi3 = pkgs.callPackage linux_opi3_pkg{};
in
pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor linux_opi3);
}
SU
SM
SM
SM
nixos-install --flake .#hostname
тоже не работает, говорит мол access to path /nix/store/.../flake.nix
is forbidden in restricted modeц
ц