Flakes: Difference between revisions
imported>Mschwaig Update Non-NixOS instructions so that they work on a fresh Ubuntu 20.10 VM with a freshly downloaded Nix |
imported>Mic92 |
||
| Line 31: | Line 31: | ||
{ pkgs, ... }: { | { pkgs, ... }: { | ||
nix = { | nix = { | ||
package = pkgs. | package = pkgs.nixFlake; | ||
extraOptions = '' | extraOptions = '' | ||
experimental-features = nix-command flakes | experimental-features = nix-command flakes | ||