add input for latest chromium

This commit is contained in:
cy 2024-12-14 13:50:13 -05:00
parent dce90c25a4
commit 8def136b65
3 changed files with 19 additions and 20 deletions

34
nix/flake.lock generated
View file

@ -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"