Skip to content

Commit

Permalink
add flake comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Dec 24, 2024
1 parent 586b49f commit 378d95e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 378d95e

Please sign in to comment.