mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
use modulesPath
This commit is contained in:
parent
c82e21e828
commit
b6066e9ccd
5 changed files with 8 additions and 14 deletions
|
|
@ -1,14 +1,11 @@
|
|||
{
|
||||
description = "raspberry-pi nixos configuration";
|
||||
|
||||
inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11"; };
|
||||
inputs = { };
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
outputs = { self }: {
|
||||
overlay = import ./overlay;
|
||||
rpi = import ./rpi {
|
||||
nixpkgs = nixpkgs;
|
||||
overlay = self.overlay;
|
||||
};
|
||||
rpi = import ./rpi { overlay = self.overlay; };
|
||||
rpi-3b-plus = import ./rpi-3b-plus self.rpi;
|
||||
rpi-4b = import ./rpi-4b self.rpi;
|
||||
rpi-zero-2-w = import ./rpi-zero-2-w self.rpi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue