Skip to content

Commit

Permalink
Update working-with-local-files.md (#1001)
Browse files Browse the repository at this point in the history
Use correct sources location
  • Loading branch information
jd1t25 authored Jun 17, 2024
1 parent c2be691 commit 8f0c7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/working-with-local-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Then create a `default.nix` file with the following contents:
:caption: default.nix
{
system ? builtins.currentSystem,
sources ? import ./nix/sources.nix,
sources ? import ./npins/default.nix,
}:
let
pkgs = import sources.nixpkgs {
Expand Down

0 comments on commit 8f0c7f9

Please sign in to comment.