Skip to content

Instantly share code, notes, and snippets.

@lheckemann
Created August 10, 2020 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lheckemann/a405e5489531a6bf663f466f90c29687 to your computer and use it in GitHub Desktop.
Save lheckemann/a405e5489531a6bf663f466f90c29687 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.linuxManualConfig {
inherit (pkgs) stdenv;
src = ./linux-5.7.7.tar.xz;
version = "5.7.7";
configfile = ./config;
}
{ pkgs ? import <nixpkgs> {} }:
pkgs.linuxManualConfig {
inherit (pkgs) stdenv;
inherit (pkgs.linux_latest) src version;
configfile = ./config;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment