Merge pull request 'flake.lock: Update' (#6) from flyinggecko/nix-flake-update/patch into main
Reviewed-on: #6 ``` ```
This commit is contained in:
commit
11a64f4fb4
9 changed files with 512 additions and 0 deletions
10
fake_nixpkgs/default.nix
Normal file
10
fake_nixpkgs/default.nix
Normal 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"
|
||||
''
|
Loading…
Add table
Add a link
Reference in a new issue