From 521732e667594b089137b336e5cad97e124179d6 Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 4 Aug 2026 19:56:38 +0900 Subject: [PATCH] wow --- flake.lock | 30 +++++++++++------------ modules/home/packages.nix | 2 +- modules/mizukios/features/system/boot.nix | 14 ----------- 3 files changed, 16 insertions(+), 30 deletions(-) diff --git a/flake.lock b/flake.lock index 77ea7d5..8b33a5e 100644 --- a/flake.lock +++ b/flake.lock @@ -57,11 +57,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1785687623, - "narHash": "sha256-f5uwkAH/v3qNMznufPMEqD44zCoA0BgTCXLLyosFkVA=", + "lastModified": 1785831553, + "narHash": "sha256-9q7WKbhq6bOGUdeo9Q/e3PmapJew0b2LCpaCio1X17k=", "owner": "ilysenko", "repo": "codex-desktop-linux", - "rev": "ec38ca664c7fd18fa33744216850924bd3132872", + "rev": "7166d1153fd99647fb080605c8b2a8f22b50b08f", "type": "github" }, "original": { @@ -366,11 +366,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1785730852, - "narHash": "sha256-PhWz4jDxk8OOJAZYKEmO3PQpC/rk5ouo9qjMNrb3uCc=", + "lastModified": 1785840384, + "narHash": "sha256-flAhSIdh6FbpQ7PZTWDzfskCgMBBqRMR9EFNiQjLbAY=", "owner": "FlameFlag", "repo": "nixcord", - "rev": "0f75b94c6c3372db57be5d2271a8412c7166ee48", + "rev": "c2d7410937e517e4d40fe0fd9a3873a8d08a249b", "type": "github" }, "original": { @@ -666,11 +666,11 @@ }, "nixpkgs_9": { "locked": { - "lastModified": 1785571196, - "narHash": "sha256-KoTsyMQqnXQZq8deCEnu4QkyldkwH/bpMMhUcfMdGIw=", + "lastModified": 1785692966, + "narHash": "sha256-vUfIeBEfpbAfZ5zjgIkYk7eHBeVfCYVjLbWnMkseYnk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "148bab9c1c3c53136ecb44a6ea356a0ed5b39b06", + "rev": "643809054d65fdd466a63e3155b8c498cb483c04", "type": "github" }, "original": { @@ -730,11 +730,11 @@ ] }, "locked": { - "lastModified": 1783574839, - "narHash": "sha256-ICof1tV4/9XheBLBGf7dhMhfMq4dOs1zwTHrr7zGFlA=", + "lastModified": 1785762349, + "narHash": "sha256-jZhZkzAwc7f3exzcTDJWP2WCAchCv0iNC3UF/QsahdQ=", "owner": "nix-community", "repo": "plasma-manager", - "rev": "c551f0687658e4bb699cfff6015436ad7ee57a0d", + "rev": "a19a2a029fa180911bd89c554dca1616e10f4c1d", "type": "github" }, "original": { @@ -983,11 +983,11 @@ "systems": "systems_5" }, "locked": { - "lastModified": 1785733880, - "narHash": "sha256-Rv4rVFSvxF7ViOQOrv+N8IEvweS5MCqUM2fnaQVIR+w=", + "lastModified": 1785823793, + "narHash": "sha256-iGKyp+peQzXI0T9LzYmRHr2tevkbhF5GfzDlVldVm2Q=", "owner": "vicinaehq", "repo": "vicinae", - "rev": "61bd7cd5c9cdd6d8df6e6d34531beb344219ff71", + "rev": "b3130be7b480817d2255b4781476a91593267afb", "type": "github" }, "original": { diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 069f847..a2b789e 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -86,7 +86,7 @@ with pkgs; )) inputs.notion-desktop.packages.${stdenv.hostPlatform.system}.default - inputs.notion-calendar-electron.packages.${stdenv.hostPlatform.system}.default + # inputs.notion-calendar-electron.packages.${stdenv.hostPlatform.system}.default # inputs.codex-app.packages.${stdenv.buildPlatform.system}.codex-desktop proton-vpn diff --git a/modules/mizukios/features/system/boot.nix b/modules/mizukios/features/system/boot.nix index 13769fa..5e416b1 100644 --- a/modules/mizukios/features/system/boot.nix +++ b/modules/mizukios/features/system/boot.nix @@ -20,20 +20,6 @@ extraConfig = '' GRUB_SAVEDEFAULT=true ''; - - extraEntries = '' - menuentry "netboot.xyz" --class netboot { - search --no-floppy --file --set=root /EFI/netboot.xyz/netboot.xyz.efi - chainloader /EFI/netboot.xyz/netboot.xyz.efi - } - ''; - - extraInstallCommands = '' - install -Dm0644 ${pkgs.fetchurl { - url = "https://boot.netboot.xyz/ipxe/netboot.xyz.efi"; - hash = "sha256-ZoAa7s8Xqru8n+ECKjRYg3uzbXTUe02ip+OqeYseM+s="; - }} /boot/EFI/netboot.xyz/netboot.xyz.efi - ''; }; # efi.canTouchEfiVariables = true; efi.efiSysMountPoint = "/boot";