pin nix-cachyos-kernel to last working revision

This commit is contained in:
2026-09-16 01:10:05 +02:00
parent 6ffb4e6edc
commit a2e6165a2b
2 changed files with 8 additions and 7 deletions
Generated
+7 -6
View File
@@ -307,16 +307,17 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1789503995, "lastModified": 1789241994,
"narHash": "sha256-Fc3OfersptIn1/byDKRyeof24peI34GlwinljkFKFTA=", "narHash": "sha256-kY+k8kGBd8w4kxrw8IPzQGpnYZQV4mik2ZNHtGN0eHI=",
"owner": "xddxdd", "owner": "xddxdd",
"repo": "nix-cachyos-kernel", "repo": "nix-cachyos-kernel",
"rev": "0509692ae65c19e1053aa65f43864a4fac811705", "rev": "444d135dde71c1de547cf7bfd73e67145e67aebb",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "xddxdd", "owner": "xddxdd",
"repo": "nix-cachyos-kernel", "repo": "nix-cachyos-kernel",
"rev": "444d135dde71c1de547cf7bfd73e67145e67aebb",
"type": "github" "type": "github"
} }
}, },
@@ -423,11 +424,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1789491802, "lastModified": 1789181251,
"narHash": "sha256-b1oub1k+TSrJurSlVf44ZLtS83LvpKcJczY8XwsvzRI=", "narHash": "sha256-8yaO1XLoObzYgb6Uj+0IkUxbkCI6kBLuImoZAuAHzB4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "418b4364809447c9bce66e1e52ce0a194e7b4160", "rev": "f496248152e1ad8c61b59a6739cc499b447168e4",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -52,7 +52,7 @@
url = "github:sudosubin/nix-skills"; url = "github:sudosubin/nix-skills";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel"; nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/444d135dde71c1de547cf7bfd73e67145e67aebb";
bun2nix = { bun2nix = {
url = "github:nix-community/bun2nix"; url = "github:nix-community/bun2nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";