Skip to content

Commit

Permalink
suggested fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savil committed Jan 27, 2024
1 parent a0cc402 commit 889ec29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/shellgen/tmpl/flake_remove_nixpkgs.nix.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
config.allowUnfree = true;
config.permittedInsecurePackages = [
{{- range $flake.Packages }}
{{- if .HasAllowInsecure }}
{{- range .AllowInsecure }}
"{{ . }}"
{{- end }}
{{- end }}
{{- end }}
];
});
{{- end }}
Expand Down

0 comments on commit 889ec29

Please sign in to comment.