| 2 Feb 2025 |
llakala | In reply to @sandro:supersandro.de github: is just a shorthand for github.com/nixos/nixpkgs that uses a special endpoint at github to fetch the archive efficiently I didn't mean inputs of type GitHub specifically, but instead just how it resolves other types (and where I can find documentation on the types) | 23:37:00 |
Sandro 🐧 | https://nix.dev/manual/nix/2.25/command-ref/new-cli/nix3-flake#types | 23:46:24 |
llakala | In reply to @sandro:supersandro.de https://nix.dev/manual/nix/2.25/command-ref/new-cli/nix3-flake#types oh IDK how I missed that, thank you | 23:47:40 |
elikoga | Or try https://github.com/edolstra/flake-compat/blob/master/default.nix#L21 for a project that also does the fetching itself | 23:48:28 |
Sandro 🐧 | In reply to @llakala:matrix.org oh IDK how I missed that, thank you You can easily find it by searching for GitLab or sourcehut, anything but GitHub | 23:48:54 |
llakala | In reply to @elikoga:matrix.org Or try https://github.com/edolstra/flake-compat/blob/master/default.nix#L21 for a project that also does the fetching itself THIS is exactly what I needed, thank you | 23:49:32 |
elikoga | https://github.com/NixOS/nix/blob/24d11d22c31dd7773cbcef6ea077e62ea114e2a3/src/libfetchers/github.cc#L364
Or this one
Keywords "api" "github.com" "libfetcher" "fetcher infrastructure" "fetchTree" | 23:52:13 |
elikoga | * https://github.com/NixOS/nix/blob/24d11d22c31dd7773cbcef6ea077e62ea114e2a3/src/libfetchers/github.cc#L364
Keywords "api" "github.com" "libfetcher" "fetcher infrastructure" "fetchTree" | 23:52:21 |
elikoga | * Or this one
https://github.com/NixOS/nix/blob/24d11d22c31dd7773cbcef6ea077e62ea114e2a3/src/libfetchers/github.cc#L364
Keywords "api" "github.com" "libfetcher" "fetcher infrastructure" "fetchTree" | 23:52:32 |
| 3 Feb 2025 |
| Lorenz Leutgeb changed their display name from Lorenz Leutgeb 📞6343 to Lorenz Leutgeb. | 08:53:34 |
| pbsds changed their display name from pbsds (FOSDEM) to pbsds. | 16:25:51 |
| 4 Feb 2025 |
| Duanin2 | 18:16:09 |
| Duanin2 set a profile picture. | 18:19:36 |
| Duanin2 changed their profile picture. | 18:22:02 |
| Duanin2 changed their profile picture. | 18:29:32 |
| Duanin2 changed their profile picture. | 18:35:20 |
| Duanin2 changed their profile picture. | 18:36:30 |
| Duanin2 changed their profile picture. | 18:36:58 |
| 6 Feb 2025 |
| kiesen joined the room. | 06:31:45 |
| robsliwi joined the room. | 09:00:40 |
Magnus | A few days ago an input like this worked
foo.url = "git+https://github.com/bar/foo?dir=haskell";
but today it doesn't. I complains that fatal: repository 'https://github.com/bar/foo?dir=haskell/' not found, as if it's stopped understanding dir=foo 😕
| 21:49:27 |
Magnus | * A few days ago an input like this worked
foo.url = "git+https://github.com/bar/foo?dir=haskell";
but today it doesn't. It complains that fatal: repository 'https://github.com/bar/foo?dir=haskell/' not found, as if it's stopped understanding dir=foo 😕
| 21:52:31 |
| 7 Feb 2025 |
Magnus | It was caused by a downgrade of nix, with 2.25 it works as expected. | 11:53:47 |
| @fluxed-overload:matrix.org joined the room. | 19:44:02 |
| terrorjack left the room. | 22:28:03 |
| 8 Feb 2025 |
| @phaitonican:matrix.org left the room. | 09:51:31 |
| baduhai joined the room. | 18:11:11 |
| 9 Feb 2025 |
| baduhai changed their display name from William to baduhai. | 00:09:34 |
| baduhai set a profile picture. | 00:09:50 |
| dgb joined the room. | 21:40:22 |