Update paranoid-nixos-aws-2021-08-11.markdown

This commit is contained in:
Cadey Ratio 2021-08-12 16:59:38 -04:00 committed by GitHub
parent 9e072ea3db
commit 50cf995263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ You should then set up your `shell.nix` to look like this:
```nix
let
sources = import ./nix/sources.nix;
pkgs = import ./sources.nixpkgs { };
pkgs = import sources.nixpkgs { };
in pkgs.mkShell {
buildInputs = with pkgs; [
niv