add input for latest chromium
This commit is contained in:
parent
dce90c25a4
commit
8def136b65
3 changed files with 19 additions and 20 deletions
34
nix/flake.lock
generated
34
nix/flake.lock
generated
|
@ -1,5 +1,21 @@
|
|||
{
|
||||
"nodes": {
|
||||
"chromium": {
|
||||
"locked": {
|
||||
"lastModified": 1734083684,
|
||||
"narHash": "sha256-5fNndbndxSx5d+C/D0p/VF32xDiJCJzyOqorOYW4JEo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "314e12ba369ccdb9b352a4db26ff419f7c49fa84",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "314e12ba369ccdb9b352a4db26ff419f7c49fa84",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -20,22 +36,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"master": {
|
||||
"locked": {
|
||||
"lastModified": 1733663081,
|
||||
"narHash": "sha256-QuLqwYUULkwINu9XAynv3Df/wsVZ0OOxJLQtQRfEA0k=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2ab79c44f98391b6ee2edfb11f4c7a57ce1404b5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2ab79c44f98391b6ee2edfb11f4c7a57ce1404b5",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1733940404,
|
||||
|
@ -54,8 +54,8 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"chromium": "chromium",
|
||||
"home-manager": "home-manager",
|
||||
"master": "master",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"sops-nix": "sops-nix",
|
||||
"testpkgs": "testpkgs"
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# it's not really "master"
|
||||
master.url = "github:NixOS/nixpkgs/2ab79c44f98391b6ee2edfb11f4c7a57ce1404b5";
|
||||
chromium.url = "github:NixOS/nixpkgs/314e12ba369ccdb9b352a4db26ff419f7c49fa84";
|
||||
# this has the caddy module with environmentFile option
|
||||
testpkgs.url = "github:NixOS/nixpkgs/248081c4729259c3add830d502779c5d04cbe074";
|
||||
};
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
inputs.master.legacyPackages.${system}.ungoogled-chromium
|
||||
inputs.chromium.legacyPackages.${system}.ungoogled-chromium
|
||||
# ungoogled-chromium
|
||||
librewolf
|
||||
bitwarden-desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue