Skip to content

Instantly share code, notes, and snippets.

View neshkeev's full-sized avatar

Nikita Eshkeev neshkeev

View GitHub Profile
@neshkeev
neshkeev / config.scm
Created May 11, 2019 18:42 — forked from mbakke/config.scm
GuixSD with custom kernel
(define-module (my packages)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages linux)
#:use-module (guix build-system trivial)
#:use-module (gnu)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix packages))
(define (linux-nonfree-urls version)