From 378d95e9a7f0b79b1736700733b2f257d55376d7 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 24 Dec 2024 23:22:41 +0100 Subject: [PATCH] add flake comment --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a174905..5463bbd 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,9 @@ { description = "tomato flake"; # bc flakes and git submodules dont really like each other, you need to - # append '.?submodules=1' to the nix commands. + # append '.?submodules=1#' to the nix commands. + + # $ nix bundle --bundler github:ralismark/nix-appimage 'git+file:///home/green/workspace/tox/tomato?submodules=1#' inputs = { nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";