Compare commits

...

2 commits

Author SHA1 Message Date
3201095d3d use upstream nixpkgs 2025-02-28 22:01:51 +01:00
b12e6ec3ac bump to 6.14-rc4 2025-02-28 22:01:39 +01:00
2 changed files with 12 additions and 13 deletions

20
flake.lock generated
View file

@ -21,32 +21,32 @@
"linux-jhovold": { "linux-jhovold": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1739778587, "lastModified": 1740384000,
"narHash": "sha256-fMt2Ao9+y71/x7zaUxzpu28M9Ugie6yl4N9lufxhc2Q=", "narHash": "sha256-UWjjl1+tF8s7QOSUdJ/UDkXYZLa9gMedY6/p/xBu++Y=",
"owner": "jhovold", "owner": "jhovold",
"repo": "linux", "repo": "linux",
"rev": "a2890743ed6d5cdfd2591cebf2d06af8dfd9180d", "rev": "726299a6b3c485852c139035fca7e9d6e2fd05b2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jhovold", "owner": "jhovold",
"ref": "wip/sc8280xp-6.14-rc3", "ref": "wip/sc8280xp-6.14-rc4",
"repo": "linux", "repo": "linux",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1733393026, "lastModified": 1740560979,
"narHash": "sha256-hpUyV0NHnIZpFzN6p7udW6Jh+m9tlLvCcNf1/wG5pQY=", "narHash": "sha256-Vr3Qi346M+8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic=",
"owner": "steveej-forks", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b1714b7f9e5761ad965a4df7602105f1e159b89e", "rev": "5135c59491985879812717f4c9fea69604e7f26f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "steveej-forks", "owner": "NixOS",
"ref": "steveej-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -1,10 +1,9 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:steveej-forks/nixpkgs/steveej-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.14-rc3"; linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.14-rc4";
linux-jhovold.flake = false; linux-jhovold.flake = false;
x13s-bt-linux-firmware = { x13s-bt-linux-firmware = {