mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
move nixos module from rpi to nixosModules.raspberry-pi
This commit is contained in:
parent
40e66f1d81
commit
b882977647
2 changed files with 23 additions and 6 deletions
|
|
@ -30,6 +30,6 @@
|
|||
|
||||
outputs = srcs@{ self, ... }: {
|
||||
overlay = import ./overlay (builtins.removeAttrs srcs [ "self" ]);
|
||||
rpi = import ./rpi { overlay = self.overlay; };
|
||||
nixosModules.raspberry-pi = import ./rpi { overlay = self.overlay; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue