Update flake inputs + dustbowl: use linux 6.0

This commit is contained in:
joachimschmidt557 2022-10-27 11:50:24 +02:00
parent a39263973f
commit e8ea21bdeb
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 11 additions and 10 deletions

19
flake.lock generated
View file

@ -6,11 +6,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1662740802, "lastModified": 1666784648,
"narHash": "sha256-lQsuRx/vs/oJPXugV+FsTj9xKDVNn7qLz3hozhPbxE0=", "narHash": "sha256-wVpP91AUThsQLWOh1V3Ecxo3QMjddJU0KE1Aa4u91fM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "919c47aff0d191f8c6d6cc2e5602b137574c8606", "rev": "52b4a58403f9103951631db70bcb740c8ca42a8d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -51,9 +51,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 0, "lastModified": 1662019588,
"narHash": "sha256-+5zkHlbcbFyN5f3buO1RAZ9pH1wXLxCesUJ0vFmLr9Y=", "narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=",
"path": "/nix/store/vgx3678yb41cb8g2g66nlj1alf3ksh92-source", "path": "/nix/store/8x9s4zv7dzmwxmm8lhsxk3nf8lxlh52q-source",
"rev": "2da64a81275b68fdad38af669afeda43d401e94b",
"type": "path" "type": "path"
}, },
"original": { "original": {
@ -63,11 +64,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1662019588, "lastModified": 1666703756,
"narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", "narHash": "sha256-GwpMJ1hT+z1fMAUkaGtvbvofJQwdVFDEGVhfE82+AUk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2da64a81275b68fdad38af669afeda43d401e94b", "rev": "f994293d1eb8812f032e8919e10a594567cf6ef7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -26,7 +26,7 @@
}; };
# Kernel version # Kernel version
boot.kernelPackages = pkgs.linuxPackages_5_18; boot.kernelPackages = pkgs.linuxPackages_6_0;
# 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;