ma 2/default: use linuxPkackages_latest by default
This commit is contained in:
parent
71493990c7
commit
8ff12239c5
|
@ -11,6 +11,9 @@ with import <stockholm/lib>;
|
|||
./vim.nix
|
||||
./binary-cache/nixos.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name);
|
||||
krebs = {
|
||||
|
|
Loading…
Reference in a new issue