This file contains 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
#!/usr/bin/env magix | |
#!magix haskell | |
#!haskellPackages bytestring conduit conduit-merge | |
#!ghcFlags -threaded | |
-- #!/usr/bin/env nix-shell | |
-- #! nix-shell -p "haskell.packages.ghc96.ghcWithPackages (pkgs: with pkgs; [ conduit bytestring conduit-extra conduit-merge ]) " ghcid | |
-- #! nix-shell -I nixpkgs=/etc/nix/inputs/nixpkgs | |
-- #! nix-shell -i ghcid | |
This file contains 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
#!/usr/bin/env magix | |
#!magix haskell | |
#!haskellPackages bytestring criterion attoparsec extra | |
#!ghcFlags -O2 | |
-- #!/usr/bin/env nix-shell | |
-- #! nix-shell -I nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-24.11.tar.gz | |
-- #! nix-shell -p "haskell.packages.ghc96.ghcWithPackages (pkgs: with pkgs; [time criterion attoparsec aeson extra ]) " ghcid | |
-- #! nix-shell -i ghcid | |
This file contains 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
with import <nixpkgs> {}; | |
stdenv.mkDerivation { | |
name = "schemesh"; | |
nativeBuildInputs = [ chez makeWrapper ]; | |
buildInputs = [ zlib ncurses libuuid ]; | |
src = pkgs.fetchFromGitHub { | |
owner = "cosmos72"; | |
repo = "schemesh"; | |
rev = "41ed73efdbdd0a999e170d83f290f74a1c80e005"; | |
hash = "sha256-HJIiAh/1q4HtPyAvFRFEIu/CxSvv7nSgyU872GJaTZs="; |
This file contains 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
#!/usr/bin/env magix | |
#!magix haskell | |
#!haskellPackages bytestring aeson conduit lens lens-aeson wai warp http-types streaming-commons text vault | |
#!ghcFlags -threaded | |
-- #!/usr/bin/env nix-shell | |
-- #! nix-shell -p "haskell.packages.ghc910.ghcWithPackages (pkgs: with pkgs; [ conduit bytestring wai lens lens-aeson text streaming-commons vault warp http-types ]) " ghcid | |
-- #! nix-shell -I nixpkgs=/etc/nix/inputs/nixpkgs | |
-- #! nix-shell -i "ghcid -c 'ghci -Wall' -T main" | |
{-# LANGUAGE OverloadedStrings #-} |
This file contains 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
#!/usr/bin/env magix | |
#!magix haskell | |
#!haskellPackages bytestring conduit relude unliftio vector | |
#!ghcFlags -threaded -O2 -rtsopts | |
-- #! /usr/bin/env nix-shell | |
-- #! nix-shell -p "haskell.packages.ghc96.ghcWithPackages (pkgs: with pkgs; [ bytestring conduit relude unliftio vector ])" ghcid | |
-- #! nix-shell --pure | |
-- #! nix-shell -i "runghc --ghc-arg=-threaded --ghc-arg=-O2" | |
-- #! nix-shell -i ghcid |
This file contains 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
{pkgs ? import <nixpkgs> {}}: | |
with pkgs; | |
let | |
dependencyVersion = "30"; | |
dependencies = [ | |
{ | |
name = "cJSON"; | |
sha256 = "sha256-Z415YxjaV9XzgHXnS7s7dzddw/i7Sdo0GtG0PEF+jME="; | |
} | |
{ |
This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"email": "[email protected]", | |
"image": "/home/viktor/Downloads/pvr.jpeg", | |
"label": "Senior Software Architect", | |
"location": { | |
"address": "B1103, Advaitha Aksha", | |
"city": "Bangalore", | |
"countryCode": "IN", |
This file contains 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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDqO0CjHsgV+Vqhy0j5UzABRHEneZskMcMkiBlYFn14TZAYAHcxO8vBtbXhuLMoELj6P0uk64X15KceaxLCqDx5fLzKnbZ9Z++bMxEUBah/GagnJiirO1MUPS1vIIiYOjx2VgHg0a8e5qKIzs2RTQL12AgyHpbz2268HuymMykyaOyMVY5Ns9ZK0x9QRQ4uwNKHL4rhYG7U7vpEh78q+XSu3pD0cZp4Ih21d75YyLxSgpDNa65xTl/1IbvKTfZCztrlUnXFhByrq+pc+64kzITE1gLXCdhJfELl2MXrB1545YjMLC/T9YDt8MS1eH30NmgCtTbiQFA58s0WIHAwM6FG4vUfqEMPh0pbMAkSs95a1/meM/hefik4do1jT88QDiiHYrmp6mjx4Mabtwy5ks5K4YvWD6wicprLhLCWYSIMLuLVsQFN/zgfrWbRyEq5/dv7Yg1SX5VngbcAkQ6bdtFKwGodFwxTxHBgEfLgMRnGkBZiZwToUHldsxhxnJsIc68= |
This file contains 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
1673368336.626652 [0 127.0.0.1:37866] "PING" | |
1673368336.626698 [0 127.0.0.1:37866] "SET" "foo" "1" | |
1673368336.626734 [0 127.0.0.1:37866] "INCR" "foo" | |
1673368336.626737 [0 127.0.0.1:37866] "GET" "foo" | |
1673368336.626739 [0 127.0.0.1:37866] "INCR" "foo" | |
1673368336.626740 [0 127.0.0.1:37866] "GET" "foo" | |
1673368336.626741 [0 127.0.0.1:37866] "INCR" "foo" | |
1673368336.626742 [0 127.0.0.1:37866] "GET" "foo" | |
1673368336.626743 [0 127.0.0.1:37866] "INCR" "foo" | |
1673368336.626744 [0 127.0.0.1:37866] "GET" "foo" |
This file contains 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
diff --git a/pkgs/development/lisp-modules-new/packages.nix b/pkgs/development/lisp-modules-new/packages.nix | |
index 0a6520df537..bef0cfd88e5 100644 | |
--- a/pkgs/development/lisp-modules-new/packages.nix | |
+++ b/pkgs/development/lisp-modules-new/packages.nix | |
@@ -110,34 +110,6 @@ let | |
]; | |
}; | |
- quri = build-asdf-system { | |
- src = pkgs.stdenv.mkDerivation { |
NewerOlder