forked from nikkuss/x1e-nixos
meow
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
kernelPackages =
|
kernelPackages =
|
||||||
let
|
let
|
||||||
linux_x1e = pkgs.buildLinux rec {
|
linux_x1e = pkgs.buildLinux rec {
|
||||||
version = "v7.1-rc1";
|
version = "v7.1.0-rc1";
|
||||||
modDirVersion = "v7.1-rc1";
|
modDirVersion = "v7.1.0-rc1";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "torvalds";
|
owner = "torvalds";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user