Update paranoid-nixos-aws-2021-08-11.markdown
This commit is contained in:
parent
9e072ea3db
commit
50cf995263
|
@ -124,7 +124,7 @@ You should then set up your `shell.nix` to look like this:
|
||||||
```nix
|
```nix
|
||||||
let
|
let
|
||||||
sources = import ./nix/sources.nix;
|
sources = import ./nix/sources.nix;
|
||||||
pkgs = import ./sources.nixpkgs { };
|
pkgs = import sources.nixpkgs { };
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
niv
|
niv
|
||||||
|
|
Loading…
Reference in New Issue