just build from master now

This commit is contained in:
cy 2025-01-24 12:48:43 -05:00
parent 300a6b2171
commit aa9c18940e
3 changed files with 5 additions and 6 deletions

7
flake.lock generated
View file

@ -1112,16 +1112,15 @@
},
"nixpkgs_5": {
"locked": {
"lastModified": 1737642748,
"narHash": "sha256-VsCzuoavNERLs46aw38nmORT4F5pLOZDDe2bzFo+jsE=",
"lastModified": 1737740540,
"narHash": "sha256-BMzjwypS9StiHbGV4INlirX3mzF+HvDOKHhb7+3Kqdo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "864f89f98b0b4e1bbcb762b025fd83da8bc1bae0",
"rev": "b376e96f521d932948aa3a62f7878bce3d26ef11",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "cy's flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -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;
}