switch to my nixpkgs fork for now for widevine
This commit is contained in:
parent
61e44a624c
commit
891920db15
18
flake.lock
18
flake.lock
|
@ -120,16 +120,16 @@
|
|||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1725103162,
|
||||
"narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=",
|
||||
"owner": "nixos",
|
||||
"lastModified": 1725470891,
|
||||
"narHash": "sha256-Row7FQps79x5dOGHjpbcE1gfU6J4qvPPciXBqxRcwnY=",
|
||||
"owner": "chaoticryptidz",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b",
|
||||
"rev": "7acf6b2e9bfbe69b730fd708792f132d8d16ee2a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"owner": "chaoticryptidz",
|
||||
"ref": "patch-4",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -168,11 +168,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1725381339,
|
||||
"narHash": "sha256-R2QrBQDg3PzZWYfnpu8x+65CpqE/jVxNGYX1C0zSzms=",
|
||||
"lastModified": 1725468160,
|
||||
"narHash": "sha256-tU5R+Q9A7Ao8DvUV7Wb72WmFLxH/7TDWIl0J2m+rh2E=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "89f1914bb56bc44fdae5ef8fb51a5e1e48223b8e",
|
||||
"rev": "63760b735f1e7eebc725b6c9bc39170107dcb71e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
};
|
||||
|
||||
# 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.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
|
|
Loading…
Reference in a new issue