Flakes: Difference between revisions
imported>Ibizaman fix nixosModules example |
imported>Hypnosis2839 →How to add a file locally in git but not include it in commits: assume-unchanged flag can be lost on pull or hard reset, and can lead to lost local changes |
||
Line 599: | Line 599: | ||
<syntaxHighlight> | <syntaxHighlight> | ||
git add --intent-to-add extra/flake.nix | git add --intent-to-add extra/flake.nix | ||
git update-index -- | git update-index --skip-worktree extra/flake.nix | ||
</syntaxHighlight> | </syntaxHighlight> | ||