mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: rename nix-on-droid configuration
This commit is contained in:
parent
d9e74a5a06
commit
3a95254b88
3 changed files with 45 additions and 5 deletions
|
|
@ -659,10 +659,10 @@ Nix on Android also demands an own flake output, which is provided here.
|
|||
|
||||
#+begin_src nix :tangle no :noweb-ref flakedroidconf
|
||||
|
||||
mysticant = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
magicant = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
pkgs = pkgsFor.aarch64-linux;
|
||||
modules = [
|
||||
./profiles/mysticant
|
||||
./profiles/magicant
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -1187,7 +1187,7 @@ My work machine. Built for more security, this is the gold standard of my config
|
|||
**** Magicant (Phone)
|
||||
|
||||
|
||||
#+begin_src nix :tangle profiles/mysticant/default.nix
|
||||
#+begin_src nix :tangle profiles/magicant/default.nix
|
||||
|
||||
{ pkgs, ... }: {
|
||||
environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue