diff options
| author | andromeda <andromeda@lenovo> | 2026-01-14 22:57:40 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-14 22:57:40 +0100 |
| commit | 580cbd185162385276dd9113903f0705284817f6 (patch) | |
| tree | 0ab4e242c2d07f9e54e1a581edde13080266bce6 /modules/nix-on-droid/nix-on-droid.nix | |
| parent | 6fdcd136270f6b68b5001b4125280bf405a31d39 (diff) | |
init nix-on-droid
Diffstat (limited to 'modules/nix-on-droid/nix-on-droid.nix')
| -rw-r--r-- | modules/nix-on-droid/nix-on-droid.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/nix-on-droid/nix-on-droid.nix b/modules/nix-on-droid/nix-on-droid.nix new file mode 100644 index 0000000..5e1b9b1 --- /dev/null +++ b/modules/nix-on-droid/nix-on-droid.nix @@ -0,0 +1,5 @@ +{pkgs, ...}: { + environment.packages = [pkgs.git]; + system.stateVersion = "26.05"; + nix.settings.experimentalFeatures = ["nix-command" "flakes"]; +} |
