ls -1 | egrep '.*m4a' -o | sed -e "s/^'//" > out.m3u
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location))) |
pkgs.package.override - res of lib.makeOverridable (used by callPackage),
overrides arguments of callPackage
https://nixos.org/nixos/nix-pills/override-design-pattern.html
pkgs.foo.override { arg1 = val1; arg2 = val2; ... }
- https://github.com/search?q=yazi-unwrapped%20path%3A*.nix&type=code
- https://github.com/misumisumi/nixos-desktop-config/blob/67e4fce340358fdfc1386561381df7e7f0eaf620/apps/user/cli/develop/yazi/default.nix#L23 (yazi.override { optionalDeps = [...]; poppler_utils = false; })
- https://discourse.nixos.org/t/yazi-plugin-modules-deprecated/64437/3
- NixOS/nixpkgs#353119 (comment)
- https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/ya/yazi/package.nix
- https://www.reddit.com/r/NixOS/comments/bo9zu1/comment/endr0eq/
;; Required setup for emacs init file | |
(package-initialize) | |
(require 'org) | |
(require 'org-protocol) | |
;; Set 'my-org-directory' to the base directory of all of | |
;; your org files (with a trailing slash). For me it's: | |
(setq my-org-directory "/scp:org:/home/orgmode/") | |
;; But it could be a local directory for you |
sudo -i nix-store --gc
but then i. e. nix shell --no-substitute --option binary-caches '' .#nixosConfigurations.DANIELKNB1.pkgs.hello
again gives:
error:
… while setting up the build environmenterror: getting attributes of path '/nix/store/w0cpwqkiim2b3cd8k0j5j1cz0s8kz87q-qemu-aarch64-binfmt-P-x86_64-unknown-linux-musl':
No such file or directory
https://stephenreescarter.net/how-to-shrink-a-wsl2-virtual-disk/
wsl --shutdown
wsl --manage NixOS-Groundtruth -s false
(Get-ChildItem -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Lxss | Where-Object { $_.GetValue("DistributionName") -eq 'NixOS-Groundtruth' }).GetValue("BasePath") + "\ext4.vhdx" | Set-Clipboard
diskpart
> select vdisk file="\\?\C:\Users\dkahlenberg\NixOS\ext4.vhdx"
- https://discourse.nixos.org/t/how-to-pass-specialargs-to-imports/30592/3
- https://discourse.nixos.org/t/access-inputs-via-specialargs-in-mkshell/51905/6
- https://discourse.nixos.org/t/how-do-specialargs-work/50615/4
- https://github.com/search?q=repo%3AGerschtli%2Fnix-config%20specialArgs&type=code
- https://github.com/search?q=repo%3AGerschtli%2Fnix-config+extraSpecialArgs&type=code
- https://discourse.nixos.org/t/pass-specialargs-to-the-home-manager-module/33068/4
- https://www.google.com/search?q=nixos+modulespath+specialargs
- https://github.com/search?q=repo%3Anix-community%2Fnixvim+extraSpecialArgs&type=code
First and foremost the manual mentions it explicitly:
[Use] the standalone home-manager tool. For platforms other than NixOS (...), this is the only available choice. (...) See Section 1.1, “Standalone installation” for instructions (...)
https://grahamc.com/blog/erase-your-darlings
https://github.com/ryantm/home-manager-template
ico nix-store sqlite corruption NixOS/nix#1353
ico nix-store permission error NixOS/nix#4356
https://rgoswami.me/posts/local-nix-no-root/
https://dram.page/p/bootstrapping-nix/
nix run --impure github:nix-community/nixGL -- nix run nixpkgs#universal-android-debloater