diff --git a/flake.lock b/flake.lock index 2619d34..30f75ea 100644 --- a/flake.lock +++ b/flake.lock @@ -21,32 +21,32 @@ "linux-jhovold": { "flake": false, "locked": { - "lastModified": 1740384000, - "narHash": "sha256-UWjjl1+tF8s7QOSUdJ/UDkXYZLa9gMedY6/p/xBu++Y=", + "lastModified": 1739778587, + "narHash": "sha256-fMt2Ao9+y71/x7zaUxzpu28M9Ugie6yl4N9lufxhc2Q=", "owner": "jhovold", "repo": "linux", - "rev": "726299a6b3c485852c139035fca7e9d6e2fd05b2", + "rev": "a2890743ed6d5cdfd2591cebf2d06af8dfd9180d", "type": "github" }, "original": { "owner": "jhovold", - "ref": "wip/sc8280xp-6.14-rc4", + "ref": "wip/sc8280xp-6.14-rc3", "repo": "linux", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1740560979, - "narHash": "sha256-Vr3Qi346M+8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic=", - "owner": "NixOS", + "lastModified": 1733393026, + "narHash": "sha256-hpUyV0NHnIZpFzN6p7udW6Jh+m9tlLvCcNf1/wG5pQY=", + "owner": "steveej-forks", "repo": "nixpkgs", - "rev": "5135c59491985879812717f4c9fea69604e7f26f", + "rev": "b1714b7f9e5761ad965a4df7602105f1e159b89e", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixos-unstable", + "owner": "steveej-forks", + "ref": "steveej-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index c6cc11c..be4fd44 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,10 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:steveej-forks/nixpkgs/steveej-unstable"; + # nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; - linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.14-rc4"; + linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.14-rc3"; linux-jhovold.flake = false; x13s-bt-linux-firmware = {