Nix-writers: Difference between revisions

imported>MrVanDalo
No edit summary
imported>MrVanDalo
No edit summary
Line 109: Line 109:


For disable errors use `flakeIgnore`
For disable errors use `flakeIgnore`
<syntaxHighlight lang=nix>
writePython3 "test_python3" {
writePython3 "test_python3" {
   deps = [ pkgs.python3Packages.pyyaml ];
   deps = [ pkgs.python3Packages.pyyaml ];