switch to my nixpkgs fork for now for widevine

This commit is contained in:
chaos 2024-09-04 18:35:25 +01:00
parent 61e44a624c
commit 891920db15
No known key found for this signature in database
2 changed files with 11 additions and 10 deletions

View file

@ -120,16 +120,16 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1725103162, "lastModified": 1725470891,
"narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=", "narHash": "sha256-Row7FQps79x5dOGHjpbcE1gfU6J4qvPPciXBqxRcwnY=",
"owner": "nixos", "owner": "chaoticryptidz",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b", "rev": "7acf6b2e9bfbe69b730fd708792f132d8d16ee2a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "chaoticryptidz",
"ref": "nixos-unstable", "ref": "patch-4",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -168,11 +168,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1725381339, "lastModified": 1725468160,
"narHash": "sha256-R2QrBQDg3PzZWYfnpu8x+65CpqE/jVxNGYX1C0zSzms=", "narHash": "sha256-tU5R+Q9A7Ao8DvUV7Wb72WmFLxH/7TDWIl0J2m+rh2E=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "89f1914bb56bc44fdae5ef8fb51a5e1e48223b8e", "rev": "63760b735f1e7eebc725b6c9bc39170107dcb71e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -11,7 +11,8 @@
}; };
# nixpkgs Unstable Inputs # nixpkgs Unstable Inputs
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; #nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:chaoticryptidz/nixpkgs/patch-4";
home-manager-unstable.url = "github:nix-community/home-manager"; home-manager-unstable.url = "github:nix-community/home-manager";
home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs-unstable"; home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs-unstable";