diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-16 13:02:42 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-21 11:29:23 -0500 |
commit | 2bbbda58a5e2c56be6ad88ad3a296ec1b2a833fb (patch) | |
tree | bbe4a1f37027358963a46f21a0a8b0389ea4a74d /flake.nix | |
parent | regex (start thinking about ctRegex) (diff) |
configs housekeeping, minor
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -75,3 +75,9 @@ packages.x86_64-linux.default = self.packages.x86_64-linux.spine; }; } + +#nix flake update +#nix flake check +#nix flake show +#nix develop +#nix build .#default --print-build-logs |