aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-09-02 19:53:43 -0400
committerNathan Perry <np@nathanperry.dev>2024-09-02 19:53:43 -0400
commit982798292719a24bcbb4f9e17cd5c65c8a46ecda (patch)
tree11800fcb5a70f21903aeebed407473420bbe0d41 /flake.nix
parent5ddfa32166cee8b2f91f37f9037eb26c182c2125 (diff)
move hw into subdirectory
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b2d78b2..8ec84e9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,7 @@
description = "tiny kite-borne sensor node";
outputs = { self, nixpkgs, flake-utils, ... } @ inputs: let
- clef = (inputs.call-flake ./clef).outputs;
+ clef = (inputs.call-flake ./hw/clef).outputs;
mkPkgs = system: import nixpkgs {
inherit system;
@@ -22,7 +22,7 @@
mkPkg = pkgs: pkgs.clef {
name = "ocularium";
- src = ./.;
+ src = ./hw;
main_pcb = "okm.kicad_pcb";
main_sch = "okm.kicad_sch";