Trying to fix nix-on-droid
This commit is contained in:
parent
ef177f1293
commit
827f1d16d9
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.vim
|
helix
|
||||||
|
vim
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = "nix-command flakes";
|
nix.settings.experimental-features = "nix-command flakes";
|
||||||
|
@ -10,5 +12,5 @@
|
||||||
|
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
|
|
||||||
# nixpkgs.localSystem = "x86_64-darwin";
|
system.stateVersion = 5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue