fix typo in flakes
This commit is contained in:
parent
0c81e45ce4
commit
ad7288ed41
1 changed files with 5 additions and 4 deletions
|
|
@ -167,7 +167,8 @@ even if the same package name appears in both. Magic ✨
|
||||||
That is, in the following intentionally-flawed-for-other-reasons `flake.nix`:
|
That is, in the following intentionally-flawed-for-other-reasons `flake.nix`:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{...}: {
|
{
|
||||||
|
# ....
|
||||||
outputs = { nixpkgs, ... }:
|
outputs = { nixpkgs, ... }:
|
||||||
let pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
let pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue