Skip to content

Instantly share code, notes, and snippets.

View PerchunPak's full-sized avatar

Perchun Pak PerchunPak

View GitHub Profile
diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json
index d855a3d2cd4b..e73899e66fea 100644
--- a/pkgs/applications/editors/vim/plugins/deprecated.json
+++ b/pkgs/applications/editors/vim/plugins/deprecated.json
@@ -48,7 +48,7 @@
"new": "sqlite-lua"
},
"vim-fsharp": {
- "date": "2024-04-03",
+ "date": "2024-04-21",
{
"nodes": {
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
@PerchunPak
PerchunPak / pillow-9.5.0-overlay.nix
Created May 31, 2024 15:36
Nixpkgs unstable (24.04) Pillow 9.5.0 overlay
# built for https://github.com/NixOS/nixpkgs/commit/9ca3f649614213b2aaf5f1e16ec06952fe4c2632
import <nixpkgs> {
config.packageOverrides = prev: {
python311 = prev.python311.override {
packageOverrides = pyfinal: pyprev: {
pillow = pyprev.pillow.overridePythonAttrs rec {
version = "9.5.0";
format = "setuptools";
src = prev.fetchPypi {
@PerchunPak
PerchunPak / shell.nix
Created May 31, 2024 15:41
StableDiffusion A1111 on Nixos
# based on https://github.com/virchau13/automatic1111-webui-nix
# usage:
# - Clone and cd https://github.com/AUTOMATIC1111/stable-diffusion-webui
# - place this file into clonned repository
# - `nix-shell shell.nix`
let
pkgs = import <nixpkgs> { config.allowUnfree = true; };
variant = "CUDA";
in
pkgs.mkShell rec {
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# trying /home/perchun/dev/RustPython/pylib/Lib/zipimport.py
# /home/perchun/dev/RustPython/pylib/Lib/__pycache__/zipimport.rustpython-01.pyc matches /home/perchun/dev/RustPython/pylib/Lib/zipimport.py
# code object from '/home/perchun/dev/RustPython/pylib/Lib/__pycache__/zipimport.rustpython-01.pyc'
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <_frozen_importlib_external.SourceFileLoader object at 0x5d613b08d510>
# /home/perchun/dev/RustPython/pylib/Lib/encodings/__pycache__/__init__.rustpython-01.pyc matches /home/perchun/dev/RustPython/pylib/Lib/encodings/__init__.py
# code object from '/home/perchun/dev/RustPython/pylib/Lib/encodings/__pycache__/__init__.rustpython-01.pyc'
# trying /home/perchun/dev/RustPython/pylib/Lib/encodings/aliases.py
# /home/perchun/dev/RustPython/pylib/Lib/encodings/__pycache__/aliases.rustpython-01.pyc matches /home/perchun/dev/RustPython/pylib/Lib/encodings/aliase
(process:255302): Timings-DEBUG: 12:32:08.740: 0.000000 (0.000000): Started
(process:255302): Timings-DEBUG: 12:32:08.740: 0.000827 (0.000827): ../source/rofi.c:main:884
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001061 (0.000234): ../source/rofi.c:main:935
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001101 (0.000040): ../source/rofi.c:main:942 Setup Locale
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001180 (0.000079): ../source/rofi.c:main:944 Collect MODES
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001191 (0.000011): ../source/rofi.c:main:946 Setup MODES
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001201 (0.000010): ../source/rofi.c:main:950 Setup mainloop
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001280 (0.000079): ../source/rofi.c:main:953 NK Bindings
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001455 (0.000175): ../source/xcb.c:display_setup:1507 Open Display
(process:255302): Timings-DEBUG: 12:32:08.741: 0.001789 (0.000334): ../source/xcb.c:display_setup:1523 Set
@PerchunPak
PerchunPak / generated.nix
Created August 20, 2024 17:57
generated using new updater
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index d02d53651523..9ec951992607 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -65,12 +65,12 @@ final: prev:
CopilotChat-nvim = buildVimPlugin {
pname = "CopilotChat.nvim";
- version = "2024-07-29";
+ version = "2024-08-18";
structuredAttrs is enabled
Sourcing vim-command-check-hook.sh
Using vimCommandCheckHook
Sourcing vim-gen-doc-hook
Sourcing neovim-require-check-hook.sh
Using neovimRequireCheckHook
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/fv37nyjhj5liwsbjffiabsqfp74hkvy9-source
source root is source
structuredAttrs is enabled
Sourcing luarocks-move-data-hook.sh
Using luarocksMoveDataHook
Sourcing vim-command-check-hook.sh
Using vimCommandCheckHook
Sourcing vim-gen-doc-hook
Sourcing neovim-require-check-hook.sh
Using neovimRequireCheckHook
Sourcing luarocks-check-hook.sh
_addToLuaPath called for dir /nix/store/vidvbgkw4hlyd34cx01yf59gi8q5h6j4-lua-5.1.5

Result of nixpkgs-review run on x86_64-linux 1

5 packages marked as broken and skipped:
  • lua52Packages.neotest
  • lua53Packages.neotest
  • lua54Packages.neotest
  • lua54Packages.sqlite
  • luajitPackages.neotest