Update README.org

This commit is contained in:
Jörg Thalheim 2018-04-06 07:54:39 +01:00 committed by GitHub
parent a5fa2cc1ae
commit b4d9b4f8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,17 @@ enable ThinkPad X220 profile, your ~imports~ in ~/etc/nixos/configuration.nix~
should look like:
: imports = [ <nixos-hardware/lenovo/thinkpad/x220> ./hardware-configuration.nix ];
Starting with nix 2.0 it is also possible to use `builtins.fetchGit` to fetch this repository:
: imports = [
: (builtins.fetchGit {
: url = "https://github.com/NixOS/nixos-hardware";
: # revision here is optional, if not given, nix will fetch updates automatically
: rev = "a5fa2cc1ae6a1002962cf71fc23fbd533db412be";
: } + "/lenovo/thinkpad/x250")
: ./hardware-configuration.nix
: ];
** Profiles