mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
fix typo
This commit is contained in:
parent
b882977647
commit
e7513ab173
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ and `rpi/config.nix`. The other modules are mostly wrappers that set
|
||||||
description = "raspberry-pi-nix example";
|
description = "raspberry-pi-nix example";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
|
||||||
raspberry-pi-nix = "github:tstat/raspberry-pi-nix";
|
raspberry-pi-nix.url = "github:tstat/raspberry-pi-nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, raspberry-pi-nix }:
|
outputs = { self, nixpkgs, raspberry-pi-nix }:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue