mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Rename file packages to kebab-case
This commit is contained in:
parent
c3ca8c5420
commit
6bfae52a33
3 changed files with 16 additions and 16 deletions
12
default.nix
12
default.nix
|
|
@ -22,13 +22,13 @@ in
|
|||
nixpkgs.coreutils
|
||||
nixpkgs.nix
|
||||
# pkgs.proot
|
||||
pkgs.files.hmInstall
|
||||
pkgs.files.homeNixDefault
|
||||
pkgs.files.hm-install
|
||||
pkgs.files.home-nix-default
|
||||
pkgs.files.login
|
||||
pkgs.files.loginInner
|
||||
pkgs.files.nixConf
|
||||
pkgs.files.nixOnDroidLinker
|
||||
pkgs.files.resolvConf
|
||||
pkgs.files.login-inner
|
||||
pkgs.files.nix-conf
|
||||
pkgs.files.nix-on-droid-linker
|
||||
pkgs.files.resolv-conf
|
||||
];
|
||||
};
|
||||
} // pkgs.files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue