add flake comment

This commit is contained in:
Green Sky 2024-12-24 23:22:41 +01:00
parent 586b49f4a8
commit 378d95e9a7
No known key found for this signature in database

View File

@ -1,7 +1,9 @@
{ {
description = "tomato flake"; description = "tomato flake";
# bc flakes and git submodules dont really like each other, you need to # 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 = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";