| 28 Jul 2025 |
Rene | what does it mean that a package listed in search.nixos.org gives this:
error: cannot find flake 'flake:hledger' in the flake registries
| 16:35:38 |
Rene | * what does it mean that a package listed in search.nixos.org gives this when using nix profile install:
error: cannot find flake 'flake:hledger' in the flake registries
| 16:35:57 |
dramforever | nixpkgs#hledger | 16:42:34 |
Rene | D'oh! | 17:19:34 |
| @exaltia:chat.exaltia.fr left the room. | 18:01:05 |
| 29 Jul 2025 |
| DontBlameMe joined the room. | 00:23:44 |
| Max changed their display name from Maximilian Canez Fernandes to HAL9000. | 20:17:38 |
| 30 Jul 2025 |
| yan 💕 joined the room. | 01:33:19 |
| @gladiator_entered:matrix.org left the room. | 18:08:02 |
| 31 Jul 2025 |
| sammy (It/Its) joined the room. | 09:34:39 |
| Sammy (It/Its) left the room. | 10:05:31 |
| @softmoonworld:matrix.org left the room. | 18:44:52 |
| 1 Aug 2025 |
| Brisingr05 joined the room. | 18:05:37 |
| 2 Aug 2025 |
| @sorimaxuki:matrix.org joined the room. | 01:14:29 |
| @sorimaxuki:matrix.org left the room. | 01:22:38 |
| @julian:nekover.se joined the room. | 18:51:02 |
| 4 Aug 2025 |
| entro joined the room. | 12:28:58 |
| ipecac joined the room. | 20:41:01 |
| impqxr joined the room. | 21:52:05 |
| 5 Aug 2025 |
| @xoartox:envs.net joined the room. | 09:19:32 |
| @xoartox:envs.net left the room. | 09:21:47 |
| isabel changed their profile picture. | 09:49:44 |
| 6 Aug 2025 |
cleverca22 | ive been fighting a weird bug all day, nix build github:grumpycoders/pcsx-redux fails to build on most machines i have if i clone the repo and alter any file, it suddenly works and while attempting to debug it, it suddenly started working on my desktop, but still fails on the laptop | 02:34:06 |
cleverca22 | the best ive been able to narrow it down to, is that sometimes, nix will include a empty third_party/imgui in the $src and that then breaks the postUnpack hook, and screws up the entire build | 02:34:49 |
cleverca22 | but nix is being very eratic about when it does and doesnt include that empty directory | 02:35:03 |
cleverca22 | on one machine where it breaks, i get:
$ nix flake info github:grumpycoders/pcsx-redux
warning: 'nix flake info' is a deprecated alias for 'nix flake metadata'
warning: ignoring the client-specified setting 'netrc-file', because it is a restricted setting and you are not a trusted user
Resolved URL: github:grumpycoders/pcsx-redux
Locked URL: github:grumpycoders/pcsx-redux/1b0cbe5e4a535def2e3e3279551e6665cdc102ae?narHash=sha256-W3/sZlI418gsHUmRR%2BBjdfX7t64FSlnqqXeX2bMkk5Y%3D
Description: PlayStation 1 emulator and debugger
Path: /nix/store/9390g9s13a3g5g9bdjigiwzqwnqzhg9z-source
Revision: 1b0cbe5e4a535def2e3e3279551e6665cdc102ae
Last modified: 2025-08-05 04:14:09
Fingerprint: 91f3ea382c280dd77235708bb70b037675c989efae867e9f02532390d2fa4ad8
Inputs:
├───nix-github-actions: github:nix-community/nix-github-actions/f4158fa080ef4503c8f4c820967d946c2af31ec9?narHash=sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE%3D (2025-01-21 00:44:53)
│ └───nixpkgs follows input 'nixpkgs'
└───nixpkgs: github:nixos/nixpkgs/f675531bc7e6657c10a18b565cfebd8aa9e24c14?narHash=sha256-gbl9hE39nQRpZaLjhWKmEu5ejtQsgI5TWYrIVVJn30U%3D (2025-04-09 21:06:01)
but on the machine where it works, i get:
$ nix flake info github:grumpycoders/pcsx-redux
warning: 'nix flake info' is a deprecated alias for 'nix flake metadata'
Resolved URL: github:grumpycoders/pcsx-redux
Locked URL: github:grumpycoders/pcsx-redux/1b0cbe5e4a535def2e3e3279551e6665cdc102ae?narHash=sha256-TJTaSRKwAYYwSA3voWLtKcpB%2BT6Wt9dI9QKgOorsPYY%3D
Description: PlayStation 1 emulator and debugger
Path: /nix/store/3vbn1ah1nfkgqapfvj0akj34qdg77phb-source
Revision: 1b0cbe5e4a535def2e3e3279551e6665cdc102ae
Last modified: 2025-08-05 04:14:09
Fingerprint: 91f3ea382c280dd77235708bb70b037675c989efae867e9f02532390d2fa4ad8
Inputs:
├───nix-github-actions: github:nix-community/nix-github-actions/f4158fa080ef4503c8f4c820967d946c2af31ec9?narHash=sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE%3D (2025-01-21 00:44:53)
│ └───nixpkgs follows input 'nixpkgs'
└───nixpkgs: github:nixos/nixpkgs/f675531bc7e6657c10a18b565cfebd8aa9e24c14?narHash=sha256-gbl9hE39nQRpZaLjhWKmEu5ejtQsgI5TWYrIVVJn30U%3D (2025-04-09 21:06:01)
| 02:59:29 |
cleverca22 | i can see that the narhash and Path: have changed, yet they are the same git revision | 02:59:48 |
cleverca22 | infact, if i just rm -rf ~/.cache/nix/ i can get the above command to produce a different narhash&path! | 03:06:38 |
dramforever | omg i think i get it | 03:55:06 |
dramforever | nix assumed that the tarball generated from a git hash is reproducible | 03:55:29 |