diff --git a/Droidnix/README.org b/Droidnix/README.org index 19dc758ee..407943ae9 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1616,7 +1616,7 @@ This is top file of this level which contains just an import statement for all r ./kitty.nix ./starship.nix ./zsh.nix - ./emacs.nix + #./emacs.nix ]; # .. put any code here } diff --git a/Droidnix/flake.lock b/Droidnix/flake.lock index 92b0e7391..f3ca8a2d5 100644 --- a/Droidnix/flake.lock +++ b/Droidnix/flake.lock @@ -485,16 +485,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1773375660, - "narHash": "sha256-SEzUWw2Rf5Ki3bcM26nSKgbeoqi2uYy8IHVBqOKjX3w=", + "lastModified": 1773389992, + "narHash": "sha256-wvfdLLWJ2I9oEpDd9PfMA8osfIZicoQ5MT1jIwNs9Tk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e20095fe3c6cbb1ddcef89b26969a69a1570776", + "rev": "c06b4ae3d6599a672a6210b7021d699c351eebda", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/Droidnix/generated/system/applications/terminal_shell/top.nix b/Droidnix/generated/system/applications/terminal_shell/top.nix index a384a8ceb..57d090e69 100644 --- a/Droidnix/generated/system/applications/terminal_shell/top.nix +++ b/Droidnix/generated/system/applications/terminal_shell/top.nix @@ -4,7 +4,7 @@ ./kitty.nix ./starship.nix ./zsh.nix - ./emacs.nix + #./emacs.nix ]; # .. put any code here }