Flakes: Difference between revisions
imported>Joel m fix syntax error in code snippet |
imported>Ooesili m Update flake-compat version in snippet to latest commit |
||
| Line 185: | Line 185: | ||
(import ( | (import ( | ||
fetchTarball { | fetchTarball { | ||
url = "https://github.com/edolstra/flake-compat/archive/ | url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz"; | ||
sha256 = " | sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5"; } | ||
) { | ) { | ||
src = ./.; | src = ./.; | ||