This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| structuredAttrs is enabled | |
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/7hz370hwsqg8g88s3y9c66wqxc31s0h9-source | |
| source root is source | |
| Executing cargoSetupPostUnpackHook | |
| Finished cargoSetupPostUnpackHook | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| patching script interpreter paths in tests doc/manual |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| structuredAttrs is enabled | |
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/7hz370hwsqg8g88s3y9c66wqxc31s0h9-source | |
| source root is source | |
| Executing cargoSetupPostUnpackHook | |
| Finished cargoSetupPostUnpackHook | |
| separate-debug-info: recording checksum of source files for debug support... | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { config, lib, pkgs, ... }: | |
| { | |
| imports = [ <nixos-wsl/modules> ]; | |
| wsl.enable = true; | |
| wsl.defaultUser = "isabel"; | |
| networking.hostName = "valkyrie"; | |
| environment.systemPackages = [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name comfy ytm | |
| @namespace github.com/isabelroses/comfy-ytm | |
| @homepageURL https://github.com/isabelroses/comfy-ytm | |
| @version 2000.01.01 | |
| @updateURL https://github.com/isabelroses/comfy-ytm/raw/main/style.user.less | |
| @supportURL https://github.com/isabelroses/comfy-ytm/issues?q=is%3Aopen+is%3Aissue | |
| @description Soothing pastel theme for <port-name> | |
| @author isabel roses | |
| @license MIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| lib ? import <nixpkgs/lib>, | |
| }: | |
| rec { | |
| parse = | |
| val: | |
| let | |
| isIPv4 = (lib.match "^([0-9]+\\.){3}[0-9]+$" val) != null; | |
| isIpv6Localhost = (lib.match "^::1$" val) != null; | |
| in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # try it yourself with: | |
| # nix eval --file eval.nix config.users.users.alice --show-trace | |
| import <nixpkgs/nixos> { | |
| configuration = | |
| { | |
| lib, | |
| pkgs, | |
| config, | |
| options, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Edit this configuration file to define what should be installed on | |
| # your system. Help is available in the configuration.nix(5) man page | |
| # and in the NixOS manual (accessible by running ‘nixos-help’). | |
| { config, pkgs, ... }: | |
| { | |
| config = { | |
| imports = | |
| [ # Include the results of the hardware scan. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let | |
| budgetIsDefined = value: (builtins.tryEval value).success; | |
| in | |
| import <nixpkgs/nixos> { | |
| configuration = | |
| { config, lib, ... }: | |
| { | |
| imports = [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let | |
| lib = import <nixpkgs/lib>; | |
| inherit (builtins) | |
| map | |
| groupBy | |
| substring | |
| elemAt | |
| genList | |
| sort |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thefuck> sourcing setup hook '/nix/store/z7xxy35k7620hs6fn6la5fg2lgklv72l-python3-3.12.4/nix-support/setup-hook' | |
| thefuck> sourcing setup hook '/nix/store/1hqa3zqlphgd74c299dnmyz81q0iwkfz-wrap-python-hook/nix-support/setup-hook' | |
| thefuck> sourcing setup hook '/nix/store/dk1q4pj1d824fm7kvpryc4nmikb5hbih-make-shell-wrapper-hook/nix-support/setup-hook' | |
| thefuck> sourcing setup hook '/nix/store/jlcm4q3p5gzc9nfc8fxd8mkhcrv9zcrq-die-hook/nix-support/setup-hook' | |
| thefuck> sourcing setup hook '/nix/store/qiaig6v236qhwwa210bba4lrr64kgxla-ensure-newer-sources-hook/nix-support/setup-hook' | |
| thefuck> sourcing setup hook '/nix/store/3gfb1q8vrr3bxg8ni42lxvd5h30c498z-python-remove-tests-dir-hook/nix-support/setup-hook' | |
| thefuck> Sourcing python-remove-tests-dir-hook | |
| thefuck> sourcing setup hook '/nix/store/l4hjcm9yixhhs38s46xq98swr72sarwa-python-catch-conflicts-hook/nix-support/setup-hook' | |
| thefuck> Sourcing python-catch-conflicts-hook.sh | |
| thefuck> sourcing setup hook '/nix/store/v8zlacllym8pwlj0k8zbx9ink7bpka3g-python-remove-bin-by |
NewerOlder