From 3708e739f705243b123085c43b8825dce847b47f Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 24 Jan 2025 02:27:23 -0500 Subject: [PATCH] is stable stable --- flake.lock | 8 ++++---- flake.nix | 2 +- hosts/pancake/default.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 2acaba0..a376fca 100644 --- a/flake.lock +++ b/flake.lock @@ -1076,16 +1076,16 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1737642748, - "narHash": "sha256-VsCzuoavNERLs46aw38nmORT4F5pLOZDDe2bzFo+jsE=", + "lastModified": 1737569578, + "narHash": "sha256-6qY0pk2QmUtBT9Mywdvif0i/CLVgpCjMUn6g9vB+f3M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "864f89f98b0b4e1bbcb762b025fd83da8bc1bae0", + "rev": "47addd76727f42d351590c905d9d1905ca895b82", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 920750a..c68c2f9 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "cy's flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/pancake/default.nix b/hosts/pancake/default.nix index c20bf9c..561d7f0 100644 --- a/hosts/pancake/default.nix +++ b/hosts/pancake/default.nix @@ -66,5 +66,5 @@ users.users.yt.initialHashedPassword = ""; # remove this after https://github.com/NixOS/nixpkgs/pull/375165 lands on unstable - boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3; + # boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3; }