Flake: lock update

This commit is contained in:
Filippo Berto 2023-11-01 14:08:53 +01:00
parent 9266a2dd90
commit 0609041bcd
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 23 additions and 19 deletions

24
flake.lock generated
View file

@ -327,11 +327,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1697100850, "lastModified": 1698053470,
"narHash": "sha256-qSAzJVzNRIo+r3kBjL8TcpJctcgcHlnZyqdzpWgtg0M=", "narHash": "sha256-sP8D/41UiwC2qn0X40oi+DfuVzNHMROqIWdSdCI/AYA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "fb6af288f6cf0f00d3af60cf9d5110433b954565", "rev": "80d98a7d55c6e27954a166cb583a41325e9512d7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -405,11 +405,11 @@
}, },
"nixpkgs-u": { "nixpkgs-u": {
"locked": { "locked": {
"lastModified": 1697059129, "lastModified": 1698611440,
"narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=", "narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593", "rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -421,11 +421,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1697481160, "lastModified": 1698841710,
"narHash": "sha256-5b/+/GEyPVhzOjV8it2Q8Ptr85db6yGSHTT5wJfg4Rk=", "narHash": "sha256-I2PEgEvluUgl2xmiNOM5UCF7K2alPAUzohK34ZQ2wbs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c55f07ed10fd2dd6008dfbbf132bf5c3c206a8f5", "rev": "f9d25531cc073c6ae78c6988e12455eb1e015134",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -473,11 +473,11 @@
"nixpkgs-stable": "nixpkgs-stable_2" "nixpkgs-stable": "nixpkgs-stable_2"
}, },
"locked": { "locked": {
"lastModified": 1696846637, "lastModified": 1698227354,
"narHash": "sha256-0hv4kbXxci2+pxhuXlVgftj/Jq79VSmtAyvfabCCtYk=", "narHash": "sha256-Fi5H9jbaQLmLw9qBi/mkR33CoFjNbobo5xWdX4tKz1Q=",
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "42e1b6095ef80a51f79595d9951eb38e91c4e6ca", "rev": "bd38df3d508dfcdff52cd243d297f218ed2257bf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,6 +21,10 @@
config = { config = {
allowUnfree = true; allowUnfree = true;
extraOptions = "experimental-features = nix-command flakes"; extraOptions = "experimental-features = nix-command flakes";
permittedInsecurePackages = [
"zotero-6.0.27"
"electron-24.8.6" # Bitwarden
];
}; };
overlays = [ overlays = [

View file

@ -1,6 +1,6 @@
{ pkgs, config, lib, ... }: { { pkgs, config, lib, ... }: {
home.packages = home.packages =
[ pkgs.bitwarden ] ++ [ pkgs.unstable_pkgs.bitwarden ] ++
lib.optionals config.programs.rofi.enable (builtins.attrValues { lib.optionals config.programs.rofi.enable (builtins.attrValues {
inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2; inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2;
}); });

View file

@ -42,12 +42,12 @@ let
link = "https://play.google.com/books"; link = "https://play.google.com/books";
categories = [ "Office" "Viewer" ]; categories = [ "Office" "Viewer" ];
} }
{ # {
desktopName = "Mendeley"; # desktopName = "Mendeley";
link = # link =
"https://www.mendeley.com/reference-manager/library/all-references"; # "https://www.mendeley.com/reference-manager/library/all-references";
categories = [ "Office" ]; # categories = [ "Office" ];
} # }
{ {
desktopName = "Monkeytype"; desktopName = "Monkeytype";
link = "https://monkeytype.com/"; link = "https://monkeytype.com/";