Merge pull request 'flake.lock: Update' (#6) from flyinggecko/nix-flake-update/patch into main

Reviewed-on: #6

```

```
This commit is contained in:
flyinggecko 2025-02-12 00:03:44 +01:00 committed by flyinggecko
commit 11a64f4fb4
9 changed files with 512 additions and 0 deletions

10
fake_nixpkgs/default.nix Normal file
View file

@ -0,0 +1,10 @@
_:
throw ''
This container doesn't include nixpkgs.
The best way to work around that is to pin your dependencies. See
https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs.html
Or if you must, override the NIX_PATH environment variable with eg:
"NIX_PATH=nixpkgs=channel:nixos-unstable"
''