Python: Difference between revisions

imported>Mausch
Add section about micromamba
imported>Anduh
m correct example filetype
Line 85: Line 85:
</syntaxhighlight>
</syntaxhighlight>


and we can now load this derivation from our file <code>default.py</code>:
and we can now load this derivation from our file <code>default.nix</code>:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> {} }: