Compare commits

...

2 Commits

Author SHA1 Message Date
Ari Gerus 942e85c2ba m/graphical: i guess we need to specify pinentry explicitly now
CI / x86_64-linux (push) Successful in 1m6s Details
CI / aarch64-linux (push) Successful in 1m43s Details
2024-03-20 12:40:46 +01:00
Ari Gerus cb8feedb92 chore: flake lock updates 2024-03-20 12:23:35 +01:00
2 changed files with 13 additions and 12 deletions

View File

@ -304,11 +304,11 @@
]
},
"locked": {
"lastModified": 1710714957,
"narHash": "sha256-eZCxuF58YWgaJMMRrn8oRkwRhxooe5kBS/s2wRVr9PA=",
"lastModified": 1710820906,
"narHash": "sha256-2bNMraoRB4pdw/HtxgYTFeMhEekBZeQ53/a8xkqpbZc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7b3fca5adcf6c709874a8f2e0c364fe9c58db989",
"rev": "022464438a85450abb23d93b91aa82e0addd71fb",
"type": "github"
},
"original": {
@ -340,11 +340,11 @@
]
},
"locked": {
"lastModified": 1710404304,
"narHash": "sha256-tYsUAsZgt9TT7d+r1KRYHWyBRWedJ39SXNBVSCQVsGQ=",
"lastModified": 1710915975,
"narHash": "sha256-yOc0AD6ba7mbialNciZGzuSQLMo4CopoZGEfcUugA4I=",
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
"rev": "ffa51458aec4d53aac85b6dee1ee2ec29f4e953f",
"rev": "179d73fbe14c5bdb835d10bcc1c783466112bfa6",
"type": "github"
},
"original": {
@ -366,11 +366,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1710754079,
"narHash": "sha256-i2GEmGDjFP8K86x5OcH0JbCoYZqLW5H+P866pVTSxU4=",
"lastModified": 1710837180,
"narHash": "sha256-WVkLclGrUliLJUl+XaJplo09VdxyqHxZtkEmmDW2QYY=",
"owner": "nix-community",
"repo": "lanzaboote",
"rev": "67dbf85b7c35b5e0be476facf1b360b791e4a3ae",
"rev": "ded8d23709f94aedb1407bee9e26581f258e9e3a",
"type": "github"
},
"original": {
@ -563,11 +563,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1710774266,
"narHash": "sha256-oTtmLZv/oZj11YQiyq3sfRnB71PQgg5AWVOlY4Uv9uI=",
"lastModified": 1710933576,
"narHash": "sha256-oU2MJn9edRLx4Z4/89iQzuAdAw/EKSJT3OTWJ8MpBIs=",
"owner": "arachnist",
"repo": "nixpkgs",
"rev": "0153f63f31f1a774d21afda05d84f58413b0706d",
"rev": "e649d954012ac9cf4a7b77e5dbdcfd2451e3a530",
"type": "github"
},
"original": {

View File

@ -149,6 +149,7 @@ in {
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-qt;
};
adb.enable = true;
fuse.userAllowOther = true;