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, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.vim
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
vim
|
||||
git
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
@ -10,5 +12,5 @@
|
|||
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
# nixpkgs.localSystem = "x86_64-darwin";
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue