update flake inputs and kernel version to 5.15
This commit is contained in:
parent
37fd748203
commit
f7a32893aa
2 changed files with 8 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"emacs-overlay": {
|
"emacs-overlay": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1635932289,
|
"lastModified": 1636622352,
|
||||||
"narHash": "sha256-kiSSWjOwH6G/cQF93HgnbYDXzt7GH25ID1W+kf/7/s4=",
|
"narHash": "sha256-HZkdAcDh1jS+19vy72oYR1qymh0hrxccBbdskHPt95c=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "14162c1d4f1882a4fe2069cea9cd6f0c42c7bef3",
|
"rev": "80db8e4e9f25e81662a244a96029f3427fe3d5b9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -32,11 +32,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1635952736,
|
"lastModified": 1636650511,
|
||||||
"narHash": "sha256-BujdAxgEFYLZ46BzOuBx2kZyPsBrRMe+elOChyyR3qE=",
|
"narHash": "sha256-dZLCKpliQCl8xDFyQDXUD/EjOh3W3H5Jj1PZ3+INWaY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ed71268f52358a89ec9a429f9ec18a19ece82108",
|
"rev": "68a6a4e276e26019b090bb587a8d7b26c4f92532",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,11 @@
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
'';
|
'';
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
registry.nixpkgs.flake = nixpkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Kernel version
|
# Kernel version
|
||||||
boot.kernelPackages = pkgs.linuxPackages_5_14;
|
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue