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
| rm -rf pyproject.toml .upm .pythonlibs poetry.lock .replit replit.nix | |
| curl -X POST localhost:8283/nixmodule/add --json '{"ids":["python-3.11"]}' |
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
| [ryantm@replit1:~/p/nixpkgs]$ nix-build nixos --arg configuration '{}' -A config.system.build.manual.manualHTML.inputDerivation | |
| this derivation will be built: | |
| /nix/store/1p103hly87w6615bff8i4i720i36aidy-nixos-manual-html.drv | |
| building '/nix/store/1p103hly87w6615bff8i4i720i36aidy-nixos-manual-html.drv'... | |
| /nix/store/zf1s17mlm591kqzg4p516yzlxxg299c1-nixos-manual-html | |
| [ryantm@replit1:~/p/nixpkgs]$ nix path-info --recursive --closure-size --human-readable ./result | |
| /nix/store/01xaip40w938l336lwj6j20a84m09san-keycloak.md 5.3K | |
| /nix/store/d8w5qfswmgxcjqwnmqw2v9r8amrvdlpb-xgcc-13.2.0-libgcc 155.8K | |
| /nix/store/vqvbn2z8wyrjwvayjb2vy5krhh1kis9b-libunistring-1.1 1.7M |
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
| func TestSSH(t *testing.T) { | |
| //setup ssh session | |
| err := session.RequestPty("dumb", 25, 80, ssh.TerminalModes{ssh.ECHO: 0,ssh.ONLCR: 0,}) | |
| require.NoError(t, err) | |
| output, err := session.Output("echo hello world") | |
| require.NoError(t, err) | |
| require.Equal(t, "hello world\n", string(output)) //here we get output = "" | |
| } |
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
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 |
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
| nix> ran test tests/build-remote-trustless-should-pass-3.sh... [FAIL] | |
| nix> +++(/build/source/tests/common/vars-and-functions.sh:274) trap onError ERR | |
| nix> ++(common.sh:8) [[ -n '' ]] | |
| nix> +(build-remote-trustless-should-pass-3.sh:3) enableFeatures daemon-trust-override | |
| nix> +(/build/source/tests/common/vars-and-functions.sh:230) local features=daemon-trust-override | |
| nix> +(/build/source/tests/common/vars-and-functions.sh:231) sed -i 's/experimental-features .*/& daemon-trust-override/' /build/nix-test/tests/build-remote-trustless-should-pass-3/etc/nix.conf | |
| nix> +(build-remote-trustless-should-pass-3.sh:5) restartDaemon | |
| nix> +(/build/source/tests/common/vars-and-functions.sh:138) [[ -z '' ]] | |
| nix> +(/build/source/tests/common/vars-and-functions.sh:138) return 0 | |
| nix> +(build-remote-trustless-should-pass-3.sh:9) file=build-hook-ca-fixed.nix |
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
| Using config found at /home/ryantm/.gokart/analyzers.yml | |
| Revving engines VRMMM VRMMM | |
| 3...2...1...Go! | |
| (CWE-918: Server-Side Request Forgery) Danger: possible SSRF detected | |
| /home/ryantm/p/replit/goval/pkg/routers/proxy.go:1028 | |
| Vulnerable Function: [ wakeRepl(...) (*github.com/replit/goval/api/controlplane.ReplInfo, error ] | |
| 1027: |
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
| {stdenvNoCC, fetchFromGitHub, php, composer}: | |
| stdenvNoCC.mkDerivation rec { | |
| pname = "phpactor"; | |
| version = "2023.01.21"; | |
| src = fetchFromGitHub { | |
| owner = "phpactor"; | |
| repo = "phpactor"; | |
| rev = version; |
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
| 5 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/man/man1 | |
| 8 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/man | |
| 504 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/C/accerciser/figures | |
| 565 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/C/accerciser | |
| 568 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/C | |
| 32 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/ca/accerciser/figures | |
| 96 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/ca/accerciser | |
| 100 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/ca | |
| 4 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/cs/accerciser/figures | |
| 67 /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0/share/help/cs/accerciser |
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
| /nix/store/dpps0ibhpramnbga9y9953m4axprg458-accerciser-3.40.0 | |
| ├── bin | |
| │ └── accerciser | |
| ├── lib | |
| │ └── python3.10 | |
| │ └── site-packages | |
| │ └── accerciser | |
| │ ├── about_dialog.py | |
| │ ├── accerciser.py | |
| │ ├── accessible_treeview.py |
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
| { | |
| hardware.bluetooth.enable = true; | |
| hardware.bluetooth.package = pkgs.bluezFull; | |
| hardware.pulseaudio.enable = false; | |
| security.rtkit.enable = true; | |
| services.pipewire = { |
NewerOlder