Skip to content

Commit

Permalink
JSON convert in modules error (#1004)
Browse files Browse the repository at this point in the history
* JSON convert in modules error


Co-authored-by: Valentin Gagarin <[email protected]>
Co-authored-by: Dan Baker <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2024
1 parent 6cfee51 commit 4c9bb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/tutorials/module-system/a-basic-module/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:
let
pkgs = import <nixpkgs> {};
result = pkgs.lib.evalModules {
modules = [
./options.nix
Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/module-system/a-basic-module/eval.bash
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nix-shell -p jq --run "nix-instantiate --eval --json | jq"
nix-shell -p jq --run "nix-instantiate --eval --json --strict | jq"

0 comments on commit 4c9bb5b

Please sign in to comment.