From 1c6ba3b6e610947e185e37363fe92ce1cb11a0a0 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Thu, 14 Nov 2019 17:45:45 -0500 Subject: [PATCH] Moves u-boot --- default.nix | 2 +- u-boot.nix => u-boot/default.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename u-boot.nix => u-boot/default.nix (100%) diff --git a/default.nix b/default.nix index ab0e80d..087a092 100644 --- a/default.nix +++ b/default.nix @@ -11,5 +11,5 @@ let inherit (pkgs) callPackage; in { - u-boot = callPackage ./u-boot.nix {}; + u-boot = callPackage ./u-boot {}; } diff --git a/u-boot.nix b/u-boot/default.nix similarity index 100% rename from u-boot.nix rename to u-boot/default.nix