all repos — char/flake @ a06de3cc72b30d3460a2dd3c88f75a3a738b6010

nixos flake

bump flake and move runestone kernel to match onyx
Charlotte Som charlotte@som.codes
Wed, 15 Jul 2026 17:37:34 +0100
commit

a06de3cc72b30d3460a2dd3c88f75a3a738b6010

parent

f691cf29089b3889be11ff7d4cfe7fb3c0712ea1

2 files changed, 13 insertions(+), 12 deletions(-)

jump to
M flake.lockflake.lock

@@ -22,11 +22,11 @@ "nixpkgs"

] }, "locked": { - "lastModified": 1780048612, - "narHash": "sha256-Md/eOK5OjmvvHc2H52pLZe4zpP4XyfiS5vHqfRCz2HU=", + "lastModified": 1781152676, + "narHash": "sha256-RxWs5ND31KzTG7wvMM+PMfUjyNpmIEr999lqNARaM5o=", "owner": "nix-community", "repo": "disko", - "rev": "caa775cf67bfdc47f940edd96c975b5016df9059", + "rev": "ff8702b4de27f72b4c78573dfb89ec74e36abdf1", "type": "github" }, "original": {

@@ -102,11 +102,11 @@ "inputs": {

"nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1780065812, - "narHash": "sha256-SCSLUKBmwlSLGQ8Xbr8PjRFtiHNk0l9ktqkcmqdBkfE=", + "lastModified": 1784100666, + "narHash": "sha256-HF/mrw5NYQfKFZgkfV2h1UL5/E3ccfsE2XJ1AbbLLJ0=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "b76b5639c0593e0aeb0b5879ad62d4b30596c144", + "rev": "fccfa9031a85b78a437f2f153c1f6449f3bc3185", "type": "github" }, "original": {

@@ -131,11 +131,11 @@ }

}, "nixpkgs-unstable": { "locked": { - "lastModified": 1779560665, - "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", + "lastModified": 1784007870, + "narHash": "sha256-djcLt/JJphyNt4eDY9XTly+/WbCK5lqWq9lSgCmJkkQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", + "rev": "18b9261cb3294b6d2a06d03f96872827b8fe2698", "type": "github" }, "original": {

@@ -147,11 +147,11 @@ }

}, "nixpkgs_2": { "locked": { - "lastModified": 1779971959, - "narHash": "sha256-R5nauXyqyfRUFiZycFFZdkF7wl6eaUpPLst35+2nJQY=", + "lastModified": 1784011430, + "narHash": "sha256-lDebytrYdd47IBLwvNOD+6AGeoqZ78CIKlp70hzW280=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ec942ba042dad5ef097e2ef3a3effc034241f011", + "rev": "8eeec934ae0dbeca3d7868c059568a65c08b2fc3", "type": "github" }, "original": {
M profiles/runestone/base.nixprofiles/runestone/base.nix

@@ -9,6 +9,7 @@ networking.hostName = "runestone";

time.timeZone = "Europe/London"; boot.loader.systemd-boot.configurationLimit = 3; + boot.kernelPackages = unstable-pkgs.linuxPackages; hardware.graphics = { enable = true;