From 459791a5950e4229eb92b82496999e6db4720b5d Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sat, 25 Jul 2026 22:17:11 +0100 Subject: [PATCH] Remove unnecesary mention of self from flake.nix --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 489fe9d..eb92fcc 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs.self.submodules = true; outputs = - { self, nixpkgs, ... }: + { nixpkgs, ... }: let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; @@ -13,7 +13,7 @@ version = "0.0.1"; src = pkgs.lib.cleanSourceWith { - src = "${self}/libs"; + src = ./libs; name = "mruby-src"; }; @@ -39,7 +39,7 @@ pname = "kutu"; version = "0.1.0"; - src = self; + src = ./.; nativeBuildInputs = with pkgs; [ dune_3