diff --git a/README.md b/README.md index eaa77ea..662c994 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,19 @@ Baseline: If you are asking for actual *formatting features*, you will need to a No. The whole format string is preprocessed at compile time, this is guaranteed. + + + + + + + + + + + + + + + + diff --git a/flake.lock b/flake.lock index 59181ff..0354627 100644 --- a/flake.lock +++ b/flake.lock @@ -22,16 +22,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1777578337, - "narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=", + "lastModified": 1777673416, + "narHash": "sha256-5c2POKPOjU40Kh0MirOdScBLG0bu9TAuPYAtPRNZMBs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "15f4ee454b1dce334612fa6843b3e05cf546efab", + "rev": "26ef669cffa904b6f6832ab57b77892a37c1a671", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 93ef11f..33ed314 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; diff --git a/include/pprintpp/charlist.hpp b/include/pprintpp/charlist.hpp index ae8cd74..6bba149 100644 --- a/include/pprintpp/charlist.hpp +++ b/include/pprintpp/charlist.hpp @@ -1,4 +1,10 @@ /* + * + * + * + * + * + * * MIT License * * Copyright (c) 2016 Jacek Galowicz @@ -79,3 +85,8 @@ template struct tl_to_varlist { }; } // namespace charlist +// lol +// lol +// lol +// lol +// lol diff --git a/touch.sh b/touch.sh new file mode 100755 index 0000000..0786c84 --- /dev/null +++ b/touch.sh @@ -0,0 +1 @@ +echo "" >> README.md && git add . && git commit -m "lol" && git push