fix chromium for now

This commit is contained in:
dusk 2021-07-24 22:43:05 +03:00
parent 631deff2e7
commit 7a9aad367e
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
4 changed files with 6 additions and 20 deletions

View File

@ -300,16 +300,16 @@
}, },
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1626852498, "lastModified": 1627149512,
"narHash": "sha256-lOXUJvi0FJUXHTVSiC5qsMRtEUgqM4mGZpMESLuGhmo=", "narHash": "sha256-9vgq2jatom+9K2+pBp/XJGveHXoXh57b7XR8KV+HZkw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "16105403bdd843540cbef9c63fc0f16c1c6eaa70", "rev": "26edbe155b550a54714a8bc727c176362aa5f4f5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-unstable", "ref": "master",
"type": "indirect" "type": "indirect"
} }
}, },

View File

@ -7,7 +7,7 @@
inputs = inputs =
{ {
nixos.url = "nixpkgs/nixos-unstable"; nixos.url = "nixpkgs/master";
latest.url = "nixpkgs"; latest.url = "nixpkgs";
digga.url = "github:divnix/digga/main"; digga.url = "github:divnix/digga/main";

View File

@ -1,13 +0,0 @@
final: prev:
let
nixpkgsSrc = builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/d8f8f31af9d77a48220e4e8a301d1e79774cb7d2.tar.gz";
sha256 = "sha256:1laghvd60pmlpiqm182qb658rs4k6d88id25n9byh0d1gxl2rpv6";
};
nixpkgs = import nixpkgsSrc {
inherit (prev) system config;
};
in
{
chromium = nixpkgs.chromium;
}

View File

@ -131,7 +131,7 @@ in
in in
pkgs.writeScriptBin "vscodium-wayland" '' pkgs.writeScriptBin "vscodium-wayland" ''
#!${pkgs.stdenv.shell} #!${pkgs.stdenv.shell}
codium ${lib.concatStringsSep " " flags} code ${lib.concatStringsSep " " flags}
''; '';
vscodiumWaylandPkg = vscodiumWaylandPkg =
let let
@ -667,7 +667,6 @@ in
}; };
vscode = { vscode = {
enable = true; enable = true;
package = pkgs.vscodium;
extensions = extensions =
let let
mkExt = n: v: p: s: { name = n; version = v; publisher = p; sha256 = s; }; mkExt = n: v: p: s: { name = n; version = v; publisher = p; sha256 = s; };