Flakes: Difference between revisions
m →Defining_a_flake_for_multiple_architectures: fix formatting in code block |
m →Enable unfree software: fix formatting |
||
| Line 439: | Line 439: | ||
let | let | ||
system = "x86_64-linux"; | system = "x86_64-linux"; | ||
pkgs = import nixpkgs { inherit system; config.allowUnfree = true;}; | pkgs = import nixpkgs { inherit system; config.allowUnfree = true; }; | ||
in { | in { | ||
... | ... | ||