Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
cy
f5728a1c1d
overlay chromium from master 2025-02-28 02:26:14 -05:00
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-master.url = "github:nixos/nixpkgs";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -17,6 +17,7 @@ importedOverlays
{
conduwuit =
inputs.conduwuit.packages.x86_64-linux.static-x86_64-linux-musl-all-features-x86_64-haswell-optimised;
ungoogled-chromium = pkgFrom inputs.nixpkgs-master "ungoogled-chromium";
}
)
]