chore: flakelock upgrade

This commit is contained in:
Thiago Sposito 2025-10-08 18:02:32 -03:00
parent 5303aaf8a6
commit 958c0d95d5
Signed by: thiago
GPG key ID: 3065EA73A976D430
2 changed files with 9 additions and 10 deletions

18
flake.lock generated
View file

@ -46,11 +46,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1759337100, "lastModified": 1759853171,
"narHash": "sha256-CcT3QvZ74NGfM+lSOILcCEeU+SnqXRvl1XCRHenZ0Us=", "narHash": "sha256-uqbhyXtqMbYIiMqVqUhNdSuh9AEEkiasoK3mIPIVRhk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "004753ae6b04c4b18aa07192c1106800aaacf6c3", "rev": "1a09eb84fa9e33748432a5253102d01251f72d6d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -110,11 +110,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1759381078, "lastModified": 1759831965,
"narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=", "narHash": "sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH+47XEBo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee", "rev": "c9b6fb798541223bbb396d287d16f43520250518",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -134,11 +134,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1759444272, "lastModified": 1759927289,
"narHash": "sha256-LT3leYwVrSNZzOWE2m718kz6vc7BYQUybsT4uT7nOso=", "narHash": "sha256-EWdwR9l+JG466rPuNmjjzDPvQAuh37lmhgWa2xeaMdk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "18b8d53e23eb2ab91744f5a66a74537bcd218560", "rev": "57006a3ace4a3c889ab61b70fd5d8b197de8314e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -151,7 +151,6 @@
spiceUSBRedirection.enable = true; spiceUSBRedirection.enable = true;
libvirtd = { libvirtd = {
enable = true; enable = true;
qemu.ovmf.enable = true;
# qemu.package = pkgs.qemu_full; # qemu.package = pkgs.qemu_full;
}; };
waydroid.enable = true; waydroid.enable = true;